Skip to content

Commit ff7dcbb

Browse files
committed
chore: sync manual changes
1 parent 91699de commit ff7dcbb

File tree

3 files changed

+3
-3
lines changed

3 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=bin/start-am-gui.sh
4+
Exec=AM-GUI
55
Icon=AM-GUI.png
66
StartupWMClass=AM-GUI
77
Terminal=false

scripts/get-dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ npm -v # Doit afficher "10.9.4".
2727

2828

2929
git 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
3031
cd AM-GUI
3132
npm install
3233
npx electron-rebuild

start-am-gui.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
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"

0 commit comments

Comments
 (0)