Skip to content

Commit 1e73940

Browse files
committed
start windows builds
1 parent 0d48a1d commit 1e73940

25 files changed

+4175
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ todo*
1212

1313
# production
1414
/build
15+
/target/
16+
WixTools
1517
*.py
1618
rough*
1719

package-lock.json

Lines changed: 296 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@reduxjs/toolkit": "^1.8.1",
1818
"@sentry/react": "^6.19.7",
1919
"@sentry/tracing": "^6.19.7",
20+
"@tauri-apps/api": "^1.0.0-rc.5",
2021
"@win11react/react-hammerjs": "1.0.1",
2122
"axios": "^0.27.2",
2223
"color-parse": "^1.4.2",
@@ -36,7 +37,8 @@
3637
"start": "react-scripts start",
3738
"build": "react-scripts build",
3839
"test": "react-scripts test",
39-
"eject": "react-scripts eject"
40+
"eject": "react-scripts eject",
41+
"tauri": "tauri"
4042
},
4143
"eslintConfig": {
4244
"extends": [
@@ -57,6 +59,7 @@
5759
]
5860
},
5961
"devDependencies": {
62+
"@tauri-apps/cli": "^1.0.0-rc.10",
6063
"node-sass": "^7.0.1",
6164
"tailwindcss": "^3.0.24"
6265
}

src-tauri/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Generated by Cargo
2+
# will have compiled files and executables
3+
/target/
4+
WixTools

0 commit comments

Comments
 (0)