Skip to content

Commit 6cbc629

Browse files
committed
Update Scripts
1 parent 0575db1 commit 6cbc629

7 files changed

Lines changed: 18 additions & 13 deletions

File tree

TODOs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
= for VERSION 1.0 =
2-
Branding
3-
Create README
4-
5-
BUGS:
6-
Blank lines counted as double at the end of the file
7-
81
= for VERSION 1.1 =
92
Save last state of the editor upon close
103
Dynamic Skins

scripts/win32/build.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
@echo off
22
cd ..
33
cd ..
4-
npx electron-builder
4+
npx electron-builder
5+
cd scripts
6+
cd win32

scripts/win32/install.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
@echo off
22
cd ..
33
cd ..
4-
npm i
4+
npm i
5+
cd scripts
6+
cd win32

scripts/win32/launch.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
@echo off
22
cd ..
33
cd ..
4-
npm start
4+
npm start
5+
cd scripts
6+
cd win32

scripts/win32/lineCount.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
@echo off
22
cd ..
33
cd ..
4-
cloc modules front filePresets main.js
4+
cloc modules front filePresets main.js scripts
5+
cd scripts
6+
cd win32

scripts/win32/lint.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
@echo off
22
cd ..
33
cd ..
4-
npx eslint .
4+
npx eslint .
5+
cd scripts
6+
cd win32

scripts/win32/pretty.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
@echo off
22
cd ..
33
cd ..
4-
npx prettier . --write
4+
npx prettier . --write
5+
cd scripts
6+
cd win32

0 commit comments

Comments
 (0)