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 9aff359 commit b0a5bf4Copy full SHA for b0a5bf4
.github/workflows/publish.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Set Versions
38
run: |
39
- deno run -r --allow-run --allow-env --allow-read https://deno.land/x/wincompile@v0.3.2/install.ts
+ deno run -r --allow-run --allow-env --allow-read https://deno.land/x/wincompile@0.3.2/install.ts
40
wincompile --FileVersion=${{ steps.set_version.outputs.tag }} --ProductVersion=${{ steps.set_version.outputs.tag }}.standard --Icon="./icon.ico" --FileDescription="voidpixel cli" -- --allow-all --no-check ./mod.ts
41
mv cli.exe void_windows.exe
42
0 commit comments