File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ pacman -Syu --noconfirm python nss
1111
1212echo " Installing debloated packages..."
1313echo " ---------------------------------------------------------------"
14- # get-debloated-pkgs --add-common --prefer-nano
14+ get-debloated-pkgs --add-common --prefer-nano
1515
1616# Comment this out if you need an AUR package
1717# make-aur-package PACKAGENAME
@@ -27,7 +27,7 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
2727 npm run dist
2828
2929mkdir -p ./AppDir/bin
30- cp -rv dist/linux-unpacked/* ./AppDir/bin
30+ # cp -rv dist/linux-unpacked/* ./AppDir/bin
3131cp -v AM-GUI.png ./AppDir/.DirIcon
3232cp -v AM-GUI.desktop ./AppDir
3333
Original file line number Diff line number Diff line change @@ -8,17 +8,18 @@ export ARCH VERSION
88export OUTPATH=./dist
99export ADD_HOOKS=" self-updater.bg.hook:fix-namespaces.hook"
1010export UPINFO=" gh-releases-zsync|${GITHUB_REPOSITORY%/* } |${GITHUB_REPOSITORY#*/ } |latest|*$ARCH .AppImage.zsync"
11- export DEPLOY_ELECTRON=0
11+ # export DEPLOY_ELECTRON=0
1212export DEPLOY_PULSE=0
1313export ANYLINUX_LIB=1
1414
1515
1616# Deploy dependencies + libpixman-1 pour éviter les conflits IFUNC musl/glibc sur Alpine
17- quick-sharun \
18- ./AppDir/bin/am-gui\
19- /usr/lib/libpixman-1.so* \
20- /usr/lib/libnss3.so* \
21- /usr/lib/libGL.so.1*
17+ quick-sharun \ dist/linux-unpacked/am-gui
18+ # ./AppDir/bin/am-gui\
19+ # /usr/lib/libpixman-1.so*\
20+ # /usr/lib/libnss3.so*\
21+ # /usr/lib/libGL.so.1*
22+
2223
2324# Additional changes can be done in between here
2425
You can’t perform that action at this time.
0 commit comments