Skip to content

Commit 922c81b

Browse files
committed
add tauri build instructions
1 parent b91fbb1 commit 922c81b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

public/docs/DEVELOPMENT.md

+7
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,13 @@ Taskyon can be build as a desktop application using [tauri](https://tauri.app/).
132132
framework and requires the following steps:
133133

134134
1. Build taskyon normally (explained in [Installation](#install-the-project))
135+
2. install rust using rustup (using the flake.nix everything should already be set up correctly)
136+
3. run `tauri dev` in order to start a dev server.
137+
4. run `quasar build && tauri build` to build the app.
138+
139+
### Issues
140+
141+
- There is still a problem right now [building Appimages](https://github.com/tauri-apps/tauri/issues/8535#issuecomment-2384561950)
135142

136143
## Docker
137144

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"frontendDist": "../dist/spa",
88
"devUrl": "http://localhost:9000",
99
"beforeDevCommand": "quasar dev",
10-
"beforeBuildCommand": "quasar build"
10+
"beforeBuildCommand": ""
1111
},
1212
"app": {
1313
"windows": [

0 commit comments

Comments
 (0)