Skip to content

Commit d34984f

Browse files
committed
Update scripts: make-appimage.sh and get-dependencies.sh
1 parent 1bb7fc8 commit d34984f

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

scripts/get-dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pacman -Syu --noconfirm python nss
1111

1212
echo "Installing debloated packages..."
1313
echo "---------------------------------------------------------------"
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

2929
mkdir -p ./AppDir/bin
30-
cp -rv dist/linux-unpacked/* ./AppDir/bin
30+
#cp -rv dist/linux-unpacked/* ./AppDir/bin
3131
cp -v AM-GUI.png ./AppDir/.DirIcon
3232
cp -v AM-GUI.desktop ./AppDir
3333

scripts/make-appimage.sh

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@ export ARCH VERSION
88
export OUTPATH=./dist
99
export ADD_HOOKS="self-updater.bg.hook:fix-namespaces.hook"
1010
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
11-
export DEPLOY_ELECTRON=0
11+
#export DEPLOY_ELECTRON=0
1212
export DEPLOY_PULSE=0
1313
export 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

0 commit comments

Comments
 (0)