Skip to content

Commit 0ec7c2c

Browse files
Unnecessary files have been deleted and arrangements have been made.
1 parent c7eed3b commit 0ec7c2c

File tree

10 files changed

+7
-348
lines changed

10 files changed

+7
-348
lines changed

INSTALL/EN/calc renamed to EN/calc

File renamed without changes.
File renamed without changes.

LICENCE/gpl.txt

-339
This file was deleted.
File renamed without changes.
File renamed without changes.

install.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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/

report.txt

Whitespace-only changes.

uninstall.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/bash
22

33
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

win-install.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ goto m
1515
:one
1616
echo Python-Calcutator-Lite-TR Version will be downloaded.
1717
pause
18-
copy INSTALL/TR/calc C:\Users\%users%\
18+
copy TR/calc.exe C:\Users\%users%\
1919
pause
2020
exit
2121
goto m
2222
:two
2323
echo Python-Calcutator-Lite-EN Version will be downloaded.
2424
pause
25-
copy INSTALL/EN/calc C:\Users\%users%\
25+
copy EN/calc.exe C:\Users\%users%\
2626
pause
2727
exit

win-uninstall.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ goto m
1515
:one
1616
echo Python-Calcutator-TR Uninstall.
1717
pause
18-
del C:\Users\%users%\calc
18+
del C:\Users\%users%\calc.exe
1919
pause
2020
exit
2121
goto m
2222
:two
2323
echo Python-Calcutator-EN Uninstall.
2424
pause
25-
del C:\Users\%users%\calc
25+
del C:\Users\%users%\calc.exe
2626
pause
2727
exit

0 commit comments

Comments
 (0)