Skip to content

Commit f1726ea

Browse files
save
Signed-off-by: Nikola Hristov <[email protected]>
1 parent 2f0ae17 commit f1726ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"**/vendor": true,
1919
"**/node_modules": true
2020
},
21-
"explorer.excludeGitIgnore": true
21+
"explorer.excludeGitIgnore": false
2222
}

Maintain/Debug.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ pnpm cross-env \
99
NODE_ENV=development \
1010
NODE_VERSION=22 \
1111
NODE_OPTIONS=--max-old-space-size=16384 \
12-
./Element/Maintain/Target/release/BuildMaintain -- pnpm tauri build --debug
12+
./Element/Maintain/Target/release/Maintain -- pnpm tauri build --debug
1313

Maintain/Release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ pnpm cross-env \
99
NODE_ENV=production \
1010
NODE_VERSION=22 \
1111
NODE_OPTIONS=--max-old-space-size=16384 \
12-
./Element/Maintain/Target/release/BuildMaintain -- pnpm tauri build
12+
./Element/Maintain/Target/release/Maintain -- pnpm tauri build

0 commit comments

Comments
 (0)