File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ quick-sharun /usr/bin/gearlever \
3232 /usr/bin/chmod
3333
3434# Bundle static 7zip and file, as stracing it through quick-sharun doesn't give desired results
35- wget --retry-connrefused --tries=30 https://pkgs.pkgforge.dev/dl/bincache/x86_64 -linux/7z/official/7z/raw.dl -O ./AppDir/bin/7z
35+ wget --retry-connrefused --tries=30 " https://pkgs.pkgforge.dev/dl/bincache/$ARCH -linux/7z/official/7z/raw.dl" -O ./AppDir/bin/7z
3636chmod +x ./AppDir/bin/7z
37- wget --retry-connrefused --tries=30 https://pkgs.pkgforge.dev/dl/pkgcache/x86_64 -linux/file/appimage/ppkg/stable/file/raw.dl -O ./AppDir/bin/file
37+ wget --retry-connrefused --tries=30 " https://pkgs.pkgforge.dev/dl/pkgcache/$ARCH -linux/file/appimage/ppkg/stable/file/raw.dl" -O ./AppDir/bin/file
3838chmod +x ./AppDir/bin/file
3939
4040# Patch Gear Lever to use AppImage's directory
You can’t perform that action at this time.
0 commit comments