mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-01-19 12:40:57 +00:00
fix icon changing
This commit is contained in:
parent
aae8ffbb09
commit
81a1976e99
@ -34,5 +34,5 @@ EOF
|
|||||||
cd "$t"
|
cd "$t"
|
||||||
wine "c:/Program Files/ResEdit/ResEdit.exe" -convert darkplaces.rc darkplaces.exe
|
wine "c:/Program Files/ResEdit/ResEdit.exe" -convert darkplaces.rc darkplaces.exe
|
||||||
cd "$d"
|
cd "$d"
|
||||||
mv "$t/darkplaces.exe" "$EXECUTABLE"
|
mv "$t/darkplaces.exe" "$2"
|
||||||
rm -rf "$t"
|
rm -rf "$t"
|
||||||
|
Loading…
Reference in New Issue
Block a user