mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-09 23:06:47 +03:00
fix(app): use forward slash for resource files
This commit is contained in:
parent
1325fc9b1f
commit
0080934ed9
@ -1,11 +1,11 @@
|
||||
#pragma code_page(65001) // UTF-8
|
||||
|
||||
#ifdef _DEBUG
|
||||
BlizzardIcon.ico ICON DISCARDABLE "debug\Whoa.ico"
|
||||
BlizzardIcon.ico ICON DISCARDABLE "debug/Whoa.ico"
|
||||
#else
|
||||
BlizzardIcon.ico ICON DISCARDABLE "release\Whoa.ico"
|
||||
BlizzardIcon.ico ICON DISCARDABLE "release/Whoa.ico"
|
||||
#endif
|
||||
BlizzardCursor.cur CURSOR "common\Whoa.cur"
|
||||
BlizzardCursor.cur CURSOR "common/Whoa.cur"
|
||||
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 3,3,5,12340
|
||||
|
Loading…
Reference in New Issue
Block a user