Skip to content

Commit 4b1b4db

Browse files
committed
Add tauri to code-server
1 parent 9943e76 commit 4b1b4db

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/publishtauri.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo apt-get update
2626
sudo apt-get install -y webkit2gtk-4.0
2727
- 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
2929
- uses: tauri-apps/tauri-action@v0
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

src-tauri/tauri.conf.json

+2-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.1.0"
55
},
66
"build": {
7-
"distDir": "../src",
7+
"distDir": "../release",
88
"devPath": "http://localhost:8080/",
99
"beforeDevCommand": "",
1010
"beforeBuildCommand": ""
@@ -14,13 +14,7 @@
1414
"active": true,
1515
"targets": "all",
1616
"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"],
2418
"resources": [],
2519
"externalBin": [],
2620
"copyright": "",

0 commit comments

Comments
 (0)