Skip to content

Commit 3732970

Browse files
committed
chore: try splitting config again
1 parent 5112a0c commit 3732970

3 files changed

Lines changed: 15 additions & 11 deletions

File tree

.github/workflows/build-tauri.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
shell: bash
100100
run: |
101101
for target in ${{ join(matrix.tauri_target, ' ') }}; do
102-
yarn build:tauri --target $target
102+
yarn build:tauri --target $target --config ./release.conf.json
103103
done
104104
env:
105105
APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }}

app/tauri/release.conf.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"bundle": {
3+
"createUpdaterArtifacts": true
4+
},
5+
"plugins": {
6+
"updater": {
7+
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDVDNUI3N0FBQTI3NkEwOTQKUldTVW9IYWlxbmRiWElmTjM2blhVVzJ4RW9iaXhZa0xHY0lKNWMxQ2FnUks2bXBCSG5UcXZiQzkK",
8+
"endpoints": [
9+
"https://api.github.com/repos/zidoro/pomatez/this/is/not/a/valid/url/and/will/be/set/in/rust"
10+
]
11+
}
12+
}
13+
}

app/tauri/tauri.conf.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": {
77
"beforeBuildCommand": "yarn run tauri:updateversion && yarn build",
88
"beforeDevCommand": "yarn dev:tauri",
9-
"devUrl": "http://localhost:3000",
9+
"devUrl": "http://localhost:1420",
1010
"frontendDist": "../renderer/build"
1111
},
1212
"app": {
@@ -25,22 +25,13 @@
2525
"csp": null
2626
}
2727
},
28-
"plugins": {
29-
"updater": {
30-
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDVDNUI3N0FBQTI3NkEwOTQKUldTVW9IYWlxbmRiWElmTjM2blhVVzJ4RW9iaXhZa0xHY0lKNWMxQ2FnUks2bXBCSG5UcXZiQzkK",
31-
"endpoints": [
32-
"https://api.github.com/repos/zidoro/pomatez/this/is/not/a/valid/url/and/will/be/set/in/rust"
33-
]
34-
}
35-
},
3628
"bundle": {
3729
"active": true,
3830
"category": "Productivity",
3931
"copyright": "Copyright © 2024 Roldan Montilla Jr",
4032
"publisher": "Roldan Montilla Jr",
4133
"shortDescription": "",
4234
"longDescription": "",
43-
"createUpdaterArtifacts": true,
4435
"externalBin": [],
4536
"licenseFile": "../../LICENSE",
4637
"icon": [

0 commit comments

Comments
 (0)