Smolfix: Should be ready for 0.0.1 release
This commit is contained in:
parent
1986e395d7
commit
6bba000280
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ Name=Cast
|
||||||
Version=0.0.1
|
Version=0.0.1
|
||||||
GenericName=Video Player
|
GenericName=Video Player
|
||||||
Comment=Video Player
|
Comment=Video Player
|
||||||
Exec=/usr/local/bin/cast
|
Exec=/usr/bin/cast
|
||||||
Icon=video-single-display-symbolic
|
Icon=video-single-display-symbolic
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=Security;Utility;
|
Categories=Security;Utility;
|
||||||
|
|
|
@ -12,8 +12,8 @@ elif [[ "${1}" == "-h" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo apt install $(cat dpkg.lst | tr '\n' ' ')
|
sudo apt install $(cat dpkg.lst | tr '\n' ' ')
|
||||||
sudo cp src/main.py /usr/local/bin/cast
|
sudo cp src/main.py /usr/bin/cast
|
||||||
sudo chmod +x /usr/local/bin/cast
|
sudo chmod +x /usr/bin/cast
|
||||||
sudo cp -a src/{Channel,ChannelProvider,Items,Utils} /usr/lib/python3/dist-packages/
|
sudo cp -a src/{Channel,ChannelProvider,Items,Utils} /usr/lib/python3/dist-packages/
|
||||||
sudo cp -a src/{Channel,ChannelProvider,Items,Utils} /usr/lib/python3.9/
|
sudo cp -a src/{Channel,ChannelProvider,Items,Utils} /usr/lib/python3.9/
|
||||||
sudo cp -a src/{Channel,ChannelProvider,Items,Utils} /usr/lib/python3.10/
|
sudo cp -a src/{Channel,ChannelProvider,Items,Utils} /usr/lib/python3.10/
|
||||||
|
|
Loading…
Add table
Reference in a new issue