Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix icons for Windows |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b99df47d70a9aad631d68a435ef38df1 |
User & Date: | kevin 2020-01-03 13:53:00 |
Context
2020-02-22
| ||
02:59 | add cli script check-in: a2f92e6a34 user: kevin tags: trunk | |
2020-01-03
| ||
13:53 | Fix icons for Windows check-in: b99df47d70 user: kevin tags: trunk | |
13:45 | Final tweaks for Windows build check-in: e90f9da4e1 user: kevin tags: trunk | |
Changes
Changes to install.bat.
︙ | ︙ | |||
9 10 11 12 13 14 15 | if not exist %config_dir% ( mkdir %config_dir% ) call 7za x textsweep.zip xcopy bin %install_dir%\bin /s /i /y xcopy lib %install_dir%\lib /s /i /y copy /Y uninstall.bat %config_dir%\ | | | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | if not exist %config_dir% ( mkdir %config_dir% ) call 7za x textsweep.zip xcopy bin %install_dir%\bin /s /i /y xcopy lib %install_dir%\lib /s /i /y copy /Y uninstall.bat %config_dir%\ copy /Y textsweep.ico %config_dir%\ copy /Y pathed.exe %config_dir%\ ::test for key, add to registry reg query "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\TextSweep.lnk" if errorlevel 0 ( reg delete "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\TextSweep.lnk" /f |
︙ | ︙ |