File tree 2 files changed +3
-9
lines changed
2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 25
25
sudo apt-get update
26
26
sudo apt-get install -y webkit2gtk-4.0
27
27
- name : install app dependencies and build it
28
- run : yarn && yarn build && yarn build:vscode && yarn release
28
+ run : yarn && yarn build && yarn build:vscode && yarn release && yarn tauri build
29
29
- uses : tauri-apps/tauri-action@v0
30
30
env :
31
31
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4
4
"version" : " 0.1.0"
5
5
},
6
6
"build" : {
7
- "distDir" : " ../src " ,
7
+ "distDir" : " ../release " ,
8
8
"devPath" : " http://localhost:8080/" ,
9
9
"beforeDevCommand" : " " ,
10
10
"beforeBuildCommand" : " "
14
14
"active" : true ,
15
15
"targets" : " all" ,
16
16
"identifier" : " com.tauri.dev" ,
17
- "icon" : [
18
- " icons/32x32.png" ,
19
- " icons/128x128.png" ,
20
-
21
- " icons/icon.icns" ,
22
- " icons/icon.ico"
23
- ],
17
+ "icon" : [
" icons/32x32.png" ,
" icons/128x128.png" ,
" icons/[email protected] " ,
" icons/icon.icns" ,
" icons/icon.ico" ],
24
18
"resources" : [],
25
19
"externalBin" : [],
26
20
"copyright" : " " ,
You can’t perform that action at this time.
0 commit comments