Skip to content

Commit

Permalink
patcher - compile with .icns on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
th3w1zard1 committed Feb 23, 2024
1 parent da36c89 commit 5a2c153
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion compile/compile_holopatcher.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ $pyInstallerArgs = @{
'distpath' = ($rootPath + $pathSep + "dist")
'name' = 'HoloPatcher'
'upx-dir' = "C:\GitHub\upx-win64"
'icon' = "..$pathSep" + "resources$pathSep" + "icons$pathSep" + "patcher_icon_v2.ico"
'icon' = "..$pathSep" + "resources$pathSep" + "icons$pathSep" + "patcher_icon_v2.$((Get-OS) -eq 'Mac' ? 'icns' : 'ico')"
}

$pyInstallerArgs = $pyInstallerArgs.GetEnumerator() | ForEach-Object {
Expand Down

0 comments on commit 5a2c153

Please sign in to comment.