mirror of
https://github.com/wez/wezterm.git
synced 2024-11-29 21:44:24 +03:00
really fixup the windows build
This commit is contained in:
parent
b8238ac123
commit
4d5848422d
6
build.rs
6
build.rs
@ -63,8 +63,8 @@ fn main() {
|
|||||||
#include <winres.h>
|
#include <winres.h>
|
||||||
// This ID is coupled with code in window/src/os/windows/window.rs
|
// This ID is coupled with code in window/src/os/windows/window.rs
|
||||||
#define IDI_ICON 0x101
|
#define IDI_ICON 0x101
|
||||||
IDI_ICON ICON "{win}\terminal.ico"
|
IDI_ICON ICON "{win}\\terminal.ico"
|
||||||
APP_MANIFEST RT_MANIFEST "{win}\manifest.manifest"
|
APP_MANIFEST RT_MANIFEST "{win}\\manifest.manifest"
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1,0,0,0
|
FILEVERSION 1,0,0,0
|
||||||
PRODUCTVERSION 1,0,0,0
|
PRODUCTVERSION 1,0,0,0
|
||||||
@ -94,7 +94,7 @@ BEGIN
|
|||||||
END
|
END
|
||||||
END
|
END
|
||||||
"#,
|
"#,
|
||||||
win = windows_dir,
|
win = windows_dir.display().to_string().replace("\\", "\\\\"),
|
||||||
version = version,
|
version = version,
|
||||||
)
|
)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
Loading…
Reference in New Issue
Block a user