updates
This commit is contained in:
parent
85f138650f
commit
2375039d41
2 changed files with 5 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
|||
firefox-*
|
||||
librewolf-*
|
||||
megabar.patch
|
||||
remove_addons.patch
|
||||
unity-menubar.patch
|
||||
|
|
|
|||
6
build.sh
6
build.sh
|
|
@ -147,8 +147,10 @@ package() {
|
|||
cp -rv ../settings/* obj-x86_64-pc-mingw32/dist/librewolf
|
||||
# recreate the zip file..
|
||||
cd obj-x86_64-pc-mingw32/dist
|
||||
rm -f librewolf-85.0.en-US.win64.txt librewolf-85.0.en-US.win64.zip
|
||||
zip -r9 librewolf-85.0.en-US.win64.zip librewolf
|
||||
rm -f librewolf-$pkgver.en-US.win64.txt librewolf-$pkgver.en-US.win64.zip
|
||||
zip -r9 librewolf-$pkgver.en-US.win64.zip librewolf
|
||||
/c/mozilla-source/Git/usr/bin/sha256sum.exe librewolf-$pkgver.en-US.win64.zip > librewolf-$pkgver.en-US.win64.zip.sha256sum
|
||||
cp librewolf-$pkgver.en-US.win64.zip* ../../..
|
||||
cd ../..
|
||||
|
||||
cd ..
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue