diff --git a/installer/packages/com.dkmtech.installer/meta/package.xml b/installer/packages/com.dkmtech.installer/meta/package.xml index 8140c70..94b7f57 100644 --- a/installer/packages/com.dkmtech.installer/meta/package.xml +++ b/installer/packages/com.dkmtech.installer/meta/package.xml @@ -2,8 +2,8 @@ Installer DKM-Tech Software Installer - 1.0 - 2021-11-07 + 1.1 + 2022-02-06 com.dkmtech.installer true First Installer diff --git a/installer/packages/com.dkmtech.pacalculator/meta/installscript.qs b/installer/packages/com.dkmtech.pacalculator/meta/installscript.qs index cf90d4f..9ad78af 100644 --- a/installer/packages/com.dkmtech.pacalculator/meta/installscript.qs +++ b/installer/packages/com.dkmtech.pacalculator/meta/installscript.qs @@ -12,7 +12,7 @@ Component.prototype.createOperations = function() var userProfile = installer.environmentVariable("USERPROFILE"); installer.setValue("UserProfile", userProfile); component.addOperation("CreateShortcut", "@TargetDir@\\PA_Calculator.exe", "@UserProfile@\\Desktop\\PA Calculator.lnk"); - component.addOperation("CreateShortcut", "@TargetDir@/PA_Calculator.exe", "@StartMenuDir@/PA_Calculator.lnk","workingDirectory=@TargetDir@","description=Start PA-Calculator"); + component.addOperation("CreateShortcut", "@TargetDir@\\PA_Calculator.exe", "@StartMenuDir@/PA Calculator.lnk","workingDirectory=@TargetDir@","description=Start PA-Calculator"); } catch (e) { // Do nothing if key doesn't exist } @@ -20,4 +20,4 @@ Component.prototype.createOperations = function() } catch (e) { print(e); } -} \ No newline at end of file +}