File tree 2 files changed +13
-1
lines changed 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,10 @@ typings/
104
104
.tern-port
105
105
106
106
.idea /
107
- benchmark /01-empty-app /nw.js /cache /
108
107
108
+ # Lib-specific folders
109
+ benchmark /01-empty-app /nw.js /cache /
109
110
benchmark /02-empty-app-frameless /nw.js /cache /
111
+
112
+ benchmark /01-empty-app /neutralinojs /.tmp /
113
+ benchmark /02-empty-app-frameless /neutralinojs /.tmp /
Original file line number Diff line number Diff line change @@ -26,6 +26,14 @@ function updateDeps() {
26
26
git commit -m " [$benchmark ] [$framework ] Update tauri dependencies"
27
27
fi
28
28
29
+ if [ -f " bin/neutralino-win_x64.exe" ]; then
30
+ echo " Detected neutralino files, checking version ..."
31
+ npm install -g @neutralinojs/neu@latest
32
+ neu update --latest
33
+ git add .
34
+ git commit -m " [$benchmark ] [$framework ] Updated neutralinojs"
35
+ fi
36
+
29
37
git clean -xdf
30
38
}
31
39
You can’t perform that action at this time.
0 commit comments