We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e896a82 commit 04080ceCopy full SHA for 04080ce
.changes/fix-windows.md
@@ -0,0 +1,5 @@
1
+---
2
+"algohub": patch:fix
3
4
+
5
+Fix windows semver compatibility, uses `nsis` only now.
.github/workflows/covector-version-or-publish.yml
@@ -90,7 +90,7 @@ jobs:
90
args: ""
91
target: ""
92
- platform: "windows-latest"
93
- args: "--target x86_64-pc-windows-msvc"
+ args: "--target x86_64-pc-windows-msvc --bundles nsis"
94
target: "x86_64-pc-windows-msvc"
95
96
runs-on: ${{ matrix.platform }}
@@ -141,7 +141,6 @@ jobs:
141
releaseId: ${{ needs.version-or-publish.outputs.releaseId }}
142
args: ${{ matrix.args }}
143
updaterJsonPreferNsis: true
144
- appVersion: 0.1.0-nightly
145
146
release-aur:
147
needs: [release-tauri, version-or-publish]
0 commit comments