File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,13 @@ Taskyon can be build as a desktop application using [tauri](https://tauri.app/).
132
132
framework and requires the following steps:
133
133
134
134
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 )
135
142
136
143
## Docker
137
144
Original file line number Diff line number Diff line change 7
7
"frontendDist" : " ../dist/spa" ,
8
8
"devUrl" : " http://localhost:9000" ,
9
9
"beforeDevCommand" : " quasar dev" ,
10
- "beforeBuildCommand" : " quasar build "
10
+ "beforeBuildCommand" : " "
11
11
},
12
12
"app" : {
13
13
"windows" : [
You can’t perform that action at this time.
0 commit comments