File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
installer/packages/qreal-base
ru.qreal.root.associations/meta
ru.qreal.root.desktop_shortcut/meta Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Component.prototype.createOperations = function()
99 if ( installer . value ( "os" ) === "win" ) {
1010 component . addOperation ( "RegisterFileType" ,
1111 "qrs" ,
12- "C:\\Windows\\System32\\wscript.exe //nologo //b // \"@TargetDir@\\" +
12+ "C:\\Windows\\System32\\wscript.exe //nologo //e:vbscript // b // \"@TargetDir@\\" +
1313 installer . executableName + installer . execExtension + "\" \"%1\"" ,
1414 "@ProductName@ Project" ,
1515 "application/octet-stream" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ Component.prototype.createOperations = function()
66{
77 component . createOperations ( ) ;
88 if ( installer . value ( "os" ) === "win" ) {
9- component . addOperation ( "CreateShortcut" , "@TargetDir@\\" + installer . executableName + installer . execExtension
9+ component . addOperation ( "CreateShortcut" , "C:\\Windows\\System32\\wscript.exe //nologo //e:vbscript //b // \"@TargetDir@\\" +
10+ installer . executableName + installer . execExtension + "\""
1011 , "@DesktopDir@\\@ProductName@ @Version@" + installer . linkExtension , "iconPath=@TargetDir@\\trik-studio.ico" ) ;
1112 }
1213}
You can’t perform that action at this time.
0 commit comments