diff --git a/tools/hxcpp/Manifester.hx b/tools/hxcpp/Manifester.hx index 177806ae1..20cffb36c 100644 --- a/tools/hxcpp/Manifester.hx +++ b/tools/hxcpp/Manifester.hx @@ -19,6 +19,7 @@ class Manifester args = args.concat(mFlags); //only windows for now + mOutPre = "-outputresource:"; mOutPost = isExe ? ";1" : ";2"; var result = ProcessManager.runCommand("", mExe, args.concat([manifestName,mOutPre + binName + mOutPost]) );