Skip to content

Commit 3287310

Browse files
committed
fix: update AppDir structure to use bin/ subdirectory
- Move linux-unpacked contents to AppDir/bin/ instead of AppDir/ - Update desktop entry Exec path to bin/am-gui - This structure aligns better with quick-sharun expectations - Should improve AppRun generation and AppImage functionality
1 parent 2d3ccc4 commit 3287310

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AM-GUI.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Desktop Entry]
22
Type=Application
33
Name=AM-GUI
4-
Exec=am-gui
4+
Exec=bin/am-gui
55
Icon=AM-GUI.png
66
StartupWMClass=AM-GUI
77
Terminal=false

scripts/get-dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ get-debloated-pkgs --add-common --prefer-nano
2626
#npm -v # Doit afficher "10.9.4".
2727
#npm install
2828
#npm run dist
29-
mkdir -p ./AppDir
30-
cp -rv dist/linux-unpacked/* ./AppDir
29+
mkdir -p ./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/

0 commit comments

Comments
 (0)