File tree 10 files changed +7
-348
lines changed
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 1
1
#! /usr/bin/bash
2
2
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 1
1
#! /usr/bin/bash
2
2
3
3
sudo 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
15
15
:one
16
16
echo Python-Calcutator-Lite-TR Version will be downloaded.
17
17
pause
18
- copy INSTALL/ TR/calc C:\Users\%users% \
18
+ copy TR/calc.exe C:\Users\%users% \
19
19
pause
20
20
exit
21
21
goto m
22
22
:two
23
23
echo Python-Calcutator-Lite-EN Version will be downloaded.
24
24
pause
25
- copy INSTALL/ EN/calc C:\Users\%users% \
25
+ copy EN/calc.exe C:\Users\%users% \
26
26
pause
27
27
exit
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ goto m
15
15
:one
16
16
echo Python-Calcutator-TR Uninstall.
17
17
pause
18
- del C:\Users\%users% \calc
18
+ del C:\Users\%users% \calc.exe
19
19
pause
20
20
exit
21
21
goto m
22
22
:two
23
23
echo Python-Calcutator-EN Uninstall.
24
24
pause
25
- del C:\Users\%users% \calc
25
+ del C:\Users\%users% \calc.exe
26
26
pause
27
27
exit
You can’t perform that action at this time.
0 commit comments