mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-01-19 12:40:57 +00:00
Include the extension when checking for the Windows dedicated binary in the icon script
This commit is contained in:
parent
c297287c73
commit
bbf23c93cf
@ -57,7 +57,7 @@ for EXECUTABLE in "$@"; do
|
||||
;;
|
||||
*PE*)
|
||||
case "$EXECUTABLE" in
|
||||
*-dedicated)
|
||||
*-dedicated.exe)
|
||||
;;
|
||||
*)
|
||||
uses_ico=true
|
||||
|
Loading…
Reference in New Issue
Block a user