File tree Expand file tree Collapse file tree 4 files changed +6
-16
lines changed
Expand file tree Collapse file tree 4 files changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,11 @@ jobs:
2525 - name : Install build tools
2626 run : |
2727 export DEBIAN_FRONTEND=noninteractive
28- apt-get update && apt-get install -y build-essential python3 gcc-10 g++-10
28+ apt-get update && apt-get install -y build-essential python3 gcc-10 g++-10 curl
2929 update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100
3030 update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 100
3131 - name : build AM-GUI
32- run : |
33- export DEBIAN_FRONTEND=noninteractive
34- apt-get update && apt-get install -y curl
32+ run : |
3533 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
3634 . "$HOME/.nvm/nvm.sh"
3735 nvm install 22
Original file line number Diff line number Diff line change 11[Desktop Entry]
22Type =Application
33Name =AM-GUI
4- Exec =bin/ am-gui %U
4+ Exec =am-gui %U
55Icon =AM-GUI.png
66StartupWMClass =AM-GUI
77Terminal =false
Original file line number Diff line number Diff line change @@ -11,22 +11,14 @@ pacman -Syu --noconfirm python
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
1818
1919# If the application needs to be manually built that has to be done down here
2020
21- # Télécharger et installer nodejs/npm via nvm :
22- # curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
23- # \. "$HOME/.nvm/nvm.sh"
24- # nvm install 22
25- # node -v # Doit afficher "v22.21.1".
26- # npm -v # Doit afficher "10.9.4".
27- # npm install
28- # npm run dist
2921mkdir -p ./AppDir/bin
30- cp -rv dist/linux-unpacked/* ./AppDir/bin
22+ cp -rv dist/linux-unpacked/* ./AppDir
3123cp -v AM-GUI.png ./AppDir/.DirIcon
3224cp -v AM-GUI.desktop ./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
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