File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ echo "---------------------------------------------------------------"
1919# If the application needs to be manually built that has to be done down here
2020
2121mkdir -p ./AppDir/bin
22- cp -rv dist/linux-unpacked/* ./AppDir
22+ cp -rv dist/linux-unpacked/* ./AppDir/bin
2323cp -v AM-GUI.png ./AppDir/.DirIcon
2424cp -v AM-GUI.desktop ./AppDir
25- cp -v AppRun ./AppDir
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export ADD_HOOKS="self-updater.bg.hook:fix-namespaces.hook"
1010export 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
You can’t perform that action at this time.
0 commit comments