From bc596673ff03414111401f5bd95069493f7e758f Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Mon, 13 Nov 2023 13:36:26 +0100 Subject: [PATCH] Fix Shortcut --- setupApps.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setupApps.ps1 b/setupApps.ps1 index 7b7c6cb..3a2e3a7 100644 --- a/setupApps.ps1 +++ b/setupApps.ps1 @@ -133,7 +133,7 @@ function InstallApps { InstallExe -app "Couvac.exe" -createSubfolder $true InstallZipMsi -zip "ChemSketch.zip" -msi "script.msi" InstallZipMsi -zip "Anagene.zip" -msi "Anagene.msi" - CreateShortcut -exe (Join-Path $env:ProgramFiles "Anagene2") -app "anagene2.exe" + CreateShortcut -exe (Join-Path $env:ProgramFiles "Anagene2/anagene2.exe") -app "Anagene" } "Info" { InstallZip -zip "simulation.zip" -exe "simulation.exe" -app "Simulation Domotique"