Skip to content

Commit

Permalink
version: 0.1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-de-Oliveira committed Sep 17, 2021
1 parent 932cc5c commit ac6c093
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file added __pycache__/winConf.cpython-38.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ $num == 'y' ] || [ $num == 'Y' ]; then

if [ ! -d /opt/CanUseTimer/ ]; then
echo "Creating main directorie in /opt/..."
sudo mkdir /opt/CanUseTimer
sudo mkdir /opt/CanUseTimer/
fi

echo "Creating Keyboard Python lib..."
Expand Down
Binary file added lib/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
3 changes: 3 additions & 0 deletions lib/canusetimer
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
cd /opt/CanUseTimer/
python3 Main.py
3 changes: 0 additions & 3 deletions lib/canusetimer-terminal

This file was deleted.

0 comments on commit ac6c093

Please sign in to comment.