Skip to content

Commit 9409d91

Browse files
committed
fix: ajustements structure AppDir et quick-sharun
- Place linux-unpacked dans AppDir/bin - quick-sharun appelé sur tous les binaires du dossier bin - Nettoyage copie AppRun inutile
1 parent 99a3d46 commit 9409d91

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

scripts/get-dependencies.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ echo "---------------------------------------------------------------"
1919
# If the application needs to be manually built that has to be done down here
2020

2121
mkdir -p ./AppDir/bin
22-
cp -rv dist/linux-unpacked/* ./AppDir
22+
cp -rv dist/linux-unpacked/* ./AppDir/bin
2323
cp -v AM-GUI.png ./AppDir/.DirIcon
2424
cp -v AM-GUI.desktop ./AppDir
25-
cp -v AppRun ./AppDir

scripts/make-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export ADD_HOOKS="self-updater.bg.hook:fix-namespaces.hook"
1010
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
1111

1212
# Deploy dependencies
13-
#quick-sharun ./AppDir/bin
13+
quick-sharun ./AppDir/bin/*
1414

1515
# Additional changes can be done in between here
1616

0 commit comments

Comments
 (0)