Neue Icons

This commit is contained in:
2025-07-08 10:21:28 +02:00
parent 343e2e5b00
commit afea7b38c1
5 changed files with 8 additions and 3 deletions
+8 -3
View File
@@ -6,11 +6,16 @@ mkdir %INSTALL_DIR%
set SHORTCUT=%INSTALL_DIR%\create_cables.lnk set SHORTCUT=%INSTALL_DIR%\create_cables.lnk
set TARGET=%PROJECT_BIN%\getexdraw.bat set TARGET=%PROJECT_BIN%\getexdraw.bat
set ICON=%PROJECT_DOC%\img\Icons\Icon_Gemini2.ico set ICON1=%PROJECT_DOC%\img\Icons\Icon_getex.ico
set ICON2=%PROJECT_DOC%\img\Icons\Icon_portal.ico
REM ersetze die Zeile mit setenv.bat durch die mit dem neuen Pfad REM ersetze die Zeile mit setenv.bat durch die mit dem neuen Pfad
powershell -Command "(Get-Content getexdraw.bat) -replace '^.*setenv.bat$', 'call %PROJECT_BIN%\setenv.bat' | Set-Content getexdraw.bat" powershell -Command "(Get-Content getexdraw.bat) -replace '^.*setenv.bat$', 'call %PROJECT_BIN%\setenv.bat' | Set-Content getexdraw.bat"
REM Icon anlegen REM Icon1 anlegen
powershell -Command "$s=(New-Object -COM WScript.Shell).CreateShortcut('%SHORTCUT%');$s.TargetPath='%TARGET%';$s.IconLocation='%ICON%';$s.Save()" powershell -Command "$s=(New-Object -COM WScript.Shell).CreateShortcut('%SHORTCUT%');$s.TargetPath='%TARGET%';$s.IconLocation='%ICON1%';$s.Save()"
explorer.exe %INSTALL_DIR%
REM Icon2 anlegen
powershell -Command "$s=(New-Object -COM WScript.Shell).CreateShortcut('%SHORTCUT%');$s.TargetPath='%TARGET%';$s.IconLocation='%ICON2%';$s.Save()"
explorer.exe %INSTALL_DIR% explorer.exe %INSTALL_DIR%
Binary file not shown.

After

Width:  |  Height:  |  Size: 663 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB