binary 64

master
Can202 2021-06-23 17:17:59 -04:00
parent 66c5e3f291
commit 7218a8f75b
4 changed files with 17 additions and 0 deletions

BIN
binaries/x86_64/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

11
binaries/x86_64/installer.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh
INSTALLER=$PWD
cd /opt/
sudo mkdir power-can/
cd $INSTALLER
sudo cp icon.png /opt/power-can/
sudo cp power-can /opt/power-can/
sudo cp power-can.desktop /usr/share/applications/

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Name=Power
Exec=/opt/power-can/power-can
Icon=/opt/power-can/icon.png
Type=Application
Categories=System