ci: pass iconFile to ps2exe so the exe gets the bundled icon
This commit is contained in:
parent
c4d98dd5e3
commit
408126f177
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -31,6 +31,7 @@ jobs:
|
|||
Invoke-ps2exe -inputFile src/netswitch.ps1 -outputFile netswitch.exe `
|
||||
-title "netswitch" -description "NIC IP/DHCP toggle - made by engelgardt" `
|
||||
-company "engelgardt" -version "$ver.0" `
|
||||
-iconFile assets/icon.ico `
|
||||
-requireAdmin
|
||||
|
||||
- name: Package portable folder
|
||||
|
|
|
|||
Loading…
Reference in a new issue