Skip to content

Commit 3fdf5a7

Browse files
committed
go back to semver...
1 parent d53ff73 commit 3fdf5a7

File tree

3 files changed

+47
-85
lines changed

3 files changed

+47
-85
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: "Publish"
22

33
on:
4-
workflow_run:
5-
workflows: ["Version"]
6-
types:
7-
- completed
4+
push:
5+
branches:
6+
- main
87

98
jobs:
109
publish-tauri:

.github/workflows/version.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

src-tauri/tauri.conf.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
{
2-
"$schema": "https://schema.tauri.app/config/2",
3-
"productName": "wasp-launcher",
4-
"version": "2025.07.26-",
5-
"identifier": "com.wasp-launcher.app",
6-
"build": {
7-
"beforeDevCommand": "pnpm dev",
8-
"devUrl": "http://localhost:1420",
9-
"beforeBuildCommand": "pnpm build",
10-
"frontendDist": "../build"
11-
},
12-
"app": {
13-
"windows": [
14-
{
15-
"title": "WaspScripts",
16-
"width": 1280,
17-
"height": 720,
18-
"resizable": true,
19-
"theme": "Dark"
20-
}
21-
],
22-
"security": {
23-
"csp": null
24-
}
25-
},
26-
"bundle": {
27-
"createUpdaterArtifacts": true,
28-
"active": true,
29-
"targets": "msi",
30-
"icon": [
31-
"icons/32x32.png",
32-
"icons/128x128.png",
33-
"icons/128x128@2x.png",
34-
"icons/icon.icns",
35-
"icons/icon.ico"
36-
]
37-
},
38-
"plugins": {
39-
"updater": {
40-
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDY4ODFBNEVGRDk3NzFEODgKUldTSUhYZlo3NlNCYUV3TXpiRnJ5c1pVWFIrOFkvSncwQjdSUlNWT0pCNzdBY2J3aEQ4VEZub2sK",
41-
"endpoints": [
42-
"https://github.com/WaspScripts/wasp-launcher/releases/latest/download/latest.json"
43-
]
44-
}
45-
}
2+
"$schema": "https://schema.tauri.app/config/2",
3+
"productName": "wasp-launcher",
4+
"version": "0.1.0",
5+
"identifier": "com.wasp-launcher.app",
6+
"build": {
7+
"beforeDevCommand": "pnpm dev",
8+
"devUrl": "http://localhost:1420",
9+
"beforeBuildCommand": "pnpm build",
10+
"frontendDist": "../build"
11+
},
12+
"app": {
13+
"windows": [
14+
{
15+
"title": "WaspScripts",
16+
"width": 1280,
17+
"height": 720,
18+
"resizable": true,
19+
"theme": "Dark"
20+
}
21+
],
22+
"security": {
23+
"csp": null
24+
}
25+
},
26+
"bundle": {
27+
"createUpdaterArtifacts": true,
28+
"active": true,
29+
"targets": "msi",
30+
"icon": [
31+
"icons/32x32.png",
32+
"icons/128x128.png",
33+
"icons/128x128@2x.png",
34+
"icons/icon.icns",
35+
"icons/icon.ico"
36+
]
37+
},
38+
"plugins": {
39+
"updater": {
40+
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDY4ODFBNEVGRDk3NzFEODgKUldTSUhYZlo3NlNCYUV3TXpiRnJ5c1pVWFIrOFkvSncwQjdSUlNWT0pCNzdBY2J3aEQ4VEZub2sK",
41+
"endpoints": [
42+
"https://github.com/WaspScripts/wasp-launcher/releases/latest/download/latest.json"
43+
]
44+
}
45+
}
4646
}

0 commit comments

Comments
 (0)