erste Fassung derdropItem remov und create

This commit is contained in:
2025-12-05 17:17:57 +01:00
parent 4e7e218db4
commit 29fc432e29
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -36,6 +36,6 @@ powershell -Command "$s=(New-Object -COM WScript.Shell).CreateShortcut('%SHORTCU
REM Icon für CS Übersetzung anlegen
powershell -Command "$s=(New-Object -COM WScript.Shell).CreateShortcut('%SHORTCUT4%');$s.TargetPath='%TARGET4%';$s.IconLocation='%ICON4 %';$s.Save()"
pause
REM Öffne den Ordner damit man sieht ob es geklappt hat
explorer.exe %INSTALL_DIR%