Skip to content

Commit 55c0154

Browse files
chore(build): update version, product name and devurl
1 parent de3364a commit 55c0154

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src-tauri/tauri.conf.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
3-
"productName": "neuralnetbuilder",
4-
"version": "0.1.0",
3+
"productName": "NeuralNetBuilder",
4+
"version": "0.0.1",
55
"identifier": "neuralnetbuilder.tauri.dev",
66
"build": {
77
"frontendDist": "../dist",
8-
"devUrl": "http://localhost:4321",
8+
"devUrl": "http://localhost:4321/NeuralNetBuilder",
99
"beforeDevCommand": "bun dev",
1010
"beforeBuildCommand": "bun run build"
1111
},

0 commit comments

Comments
 (0)