Skip to content

Commit d9bcad4

Browse files
committed
reintroduced .exe win extension
1 parent 2a3e6f1 commit d9bcad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tasks:
2424
- rsrc -arch {{.GOARCH}} -manifest manifest.xml # GOARCH shoud be either amd64 or 386
2525
- task: build
2626
vars:
27-
APP_NAME: arduino-create-agent_{{.GOARCH}}
27+
APP_NAME: arduino-create-agent_{{.GOARCH}}.exe
2828
WIN_FLAGS: -H=windowsgui
2929
- rm *.syso # rm file to avoid compilation problems on other platforms
3030

0 commit comments

Comments
 (0)