mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00
#10 build via pnpm
This commit is contained in:
parent
9c60de676b
commit
6f67dc4798
2 changed files with 11 additions and 8 deletions
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
|
@ -35,9 +35,12 @@ jobs:
|
||||||
- name: install app dependencies and build it
|
- name: install app dependencies and build it
|
||||||
run: pnpm install && pnpm --filter gui build
|
run: pnpm install && pnpm --filter gui build
|
||||||
|
|
||||||
- uses: tauri-apps/tauri-action@v0
|
- name: install app dependencies and build it
|
||||||
env:
|
run: pnpm --filter gui tauri build
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
with:
|
# - uses: tauri-apps/tauri-action@v0
|
||||||
projectPath: ./packages/gui
|
# env:
|
||||||
configPath: ./packages/gui/src-tauri/tauri.conf.json
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
# with:
|
||||||
|
# projectPath: ./packages/gui
|
||||||
|
# configPath: ./packages/gui/src-tauri/tauri.conf.json
|
|
@ -4,7 +4,7 @@
|
||||||
"beforeBuildCommand": "pnpm build",
|
"beforeBuildCommand": "pnpm build",
|
||||||
"beforeDevCommand": "pnpm dev",
|
"beforeDevCommand": "pnpm dev",
|
||||||
"devPath": "http://localhost:8080",
|
"devPath": "http://localhost:8080",
|
||||||
"distDir": "../dist"
|
"distDir": "../build"
|
||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "gui",
|
"productName": "gui",
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
"icons/icon.icns",
|
"icons/icon.icns",
|
||||||
"icons/icon.ico"
|
"icons/icon.ico"
|
||||||
],
|
],
|
||||||
"identifier": "com.tauri.dev",
|
"identifier": "com.tea.xyz",
|
||||||
"longDescription": "",
|
"longDescription": "",
|
||||||
"macOS": {
|
"macOS": {
|
||||||
"entitlements": null,
|
"entitlements": null,
|
||||||
|
|
Loading…
Reference in a new issue