Skip to content

Commit 8a33b9c

Browse files
committed
v1.2.14
1 parent f129614 commit 8a33b9c

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,6 @@ jobs:
1919
with:
2020
go-version: '1.18'
2121

22-
- name: Install rsrc (for icon)
23-
run: go install github.com/akavel/rsrc@latest
24-
25-
- name: Prepare the icon
26-
run: |
27-
# Remove the leading 'v' from the commit message using PowerShell
28-
$VERSION = "${{ github.event.head_commit.message }}" -replace '^v', ''
29-
30-
# Use rsrc to embed the icon directly (without manifest)
31-
rsrc -ico=icon.ico -o rsrc.syso
32-
3322
- name: Build and zip (ia32)
3423
run: |
3524
$env:GOARCH="386"

0 commit comments

Comments
 (0)