File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[Desktop Entry]
22Type =Application
33Name =AM-GUI
4- Exec =bin/start-am-gui.sh
4+ Exec =AM-GUI
55Icon =AM-GUI.png
66StartupWMClass =AM-GUI
77Terminal =false
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ npm -v # Doit afficher "10.9.4".
2727
2828
2929git clone --branch test --single-branch --depth 1 https://github.com/Shikakiben/AM-GUI.git
30+ # git clone --depth 1 https://github.com/Shikakiben/AM-GUI.git
3031cd AM-GUI
3132npm install
3233npx electron-rebuild
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- APPDIR=" $( cd " $( dirname " $0 " ) /.." && pwd) "
4- " $APPDIR /node_modules/electron/dist/electron" " $APPDIR /main.js"
3+ " /home/moi/AM-GUI/node_modules/electron/dist/electron" " /home/moi/AM-GUI/main.js"
You can’t perform that action at this time.
0 commit comments