Check-in [ce35771e44]
Overview
Comment: | Remove full config folder for uninstall.cmd |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ce35771e447cffed0b64f9706cc6d0bc |
User & Date: | mario on 2017-01-01 15:33:26 |
Other Links: | manifest | tags |
Context
2017-01-01
| ||
15:54 | Fix alternative checking with individual .cmp() ordering check-in: b43240711e user: mario tags: trunk | |
15:33 | Remove full config folder for uninstall.cmd check-in: ce35771e44 user: mario tags: trunk | |
15:32 | Try/catch abent cache/ or icons/ folders in ~/.config/streamtuner2/ check-in: 60feceaf39 user: mario tags: trunk | |
Changes
Modified dev/uninstall.cmd from [5e61c36351] to [1367afaffc].
︙ | ︙ | |||
80 81 82 83 84 85 86 | set /P INPUT=%=% If /I NOT '%INPUT%' == 'Y' exit echo | set /p=Do you want to keep your %ST2% settings? [Y/n] set /P INPUT=%=% If /I '%INPUT%' == 'N' ( echo Deleting personal settings... | > | | 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 | set /P INPUT=%=% If /I NOT '%INPUT%' == 'Y' exit echo | set /p=Do you want to keep your %ST2% settings? [Y/n] set /P INPUT=%=% If /I '%INPUT%' == 'N' ( echo Deleting personal settings... rd "%APPDATA%\streamtuner2" /S /Q 1>nul rem del "%APPDATA%\streamtuner2\*.*" /F /S /Q 1>nul ) set INPUT= if '"%StreamripperFolder%"' NEQ '""' ( echo | set /p=Do you want to uninstall Streamripper? [y/N] goto uninstallSR ) |
︙ | ︙ |