diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-29 20:44:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-01 21:36:41 +0200 |
| commit | c19e610c5cb978db7ad049f9d8947f735791fbae (patch) | |
| tree | 5e6d63bb67fc5b894bdfb5e70be4bbf1cdc9f516 /src/tools/wscript | |
| parent | 622995bacbea495e570f52fa0094fb653c462ecd (diff) | |
Remove stray '
Diffstat (limited to 'src/tools/wscript')
| -rw-r--r-- | src/tools/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wscript b/src/tools/wscript index 10a0793e1..5375ae430 100644 --- a/src/tools/wscript +++ b/src/tools/wscript @@ -60,7 +60,7 @@ def make_rc(tool, icon, variant): else: print(f""" id ICON "../../graphics/windows/{icon}" -#include "wx-3.1/wx/msw/wx.rc"' +#include "wx-3.1/wx/msw/wx.rc" VS_VERSION_INFO VERSIONINFO FILEVERSION 0,0,0,2 PRODUCTVERSION 0,0,0,2 |
