File tree Expand file tree Collapse file tree 10 files changed +7
-348
lines changed Expand file tree Collapse file tree 10 files changed +7
-348
lines changed File renamed without changes.
File renamed without changes.
Load Diff This file was deleted.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11#! /usr/bin/bash
22
3- sudo cp INSTALL/EN/calc /usr/bin/
4-
5- # Changes will be made to the uninstall files for Linux.
3+ sudo cp EN/calc /usr/bin/
4+ sudo cp TR/calc_tr /usr/bin/
Original file line number Diff line number Diff line change 11#! /usr/bin/bash
22
33sudo rm rf - /usr/bin/calc
4-
5- # Changes will be made to the uninstall files for Linux.
4+ sudo rm rf - /usr/bin/calc_tr
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ goto m
1515:one
1616echo Python-Calcutator-Lite-TR Version will be downloaded.
1717pause
18- copy INSTALL/ TR/calc C:\Users\%users% \
18+ copy TR/calc.exe C:\Users\%users% \
1919pause
2020exit
2121goto m
2222:two
2323echo Python-Calcutator-Lite-EN Version will be downloaded.
2424pause
25- copy INSTALL/ EN/calc C:\Users\%users% \
25+ copy EN/calc.exe C:\Users\%users% \
2626pause
2727exit
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ goto m
1515:one
1616echo Python-Calcutator-TR Uninstall.
1717pause
18- del C:\Users\%users% \calc
18+ del C:\Users\%users% \calc.exe
1919pause
2020exit
2121goto m
2222:two
2323echo Python-Calcutator-EN Uninstall.
2424pause
25- del C:\Users\%users% \calc
25+ del C:\Users\%users% \calc.exe
2626pause
2727exit
You can’t perform that action at this time.
0 commit comments