Neue Icons
This commit is contained in:
@@ -6,11 +6,16 @@ mkdir %INSTALL_DIR%
|
||||
set SHORTCUT=%INSTALL_DIR%\create_cables.lnk
|
||||
|
||||
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
|
||||
powershell -Command "(Get-Content getexdraw.bat) -replace '^.*setenv.bat$', 'call %PROJECT_BIN%\setenv.bat' | Set-Content getexdraw.bat"
|
||||
|
||||
REM Icon anlegen
|
||||
powershell -Command "$s=(New-Object -COM WScript.Shell).CreateShortcut('%SHORTCUT%');$s.TargetPath='%TARGET%';$s.IconLocation='%ICON%';$s.Save()"
|
||||
REM Icon1 anlegen
|
||||
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%
|
||||
|
||||
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 |
Reference in New Issue
Block a user