Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions apps/Chesscoin/description
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Website https://www.chesscoin032.com/

To run: Menu -> Office -> Chesscoin
To run in a terminal: /opt/chesscoin-qt.AppImage
Binary file added apps/Chesscoin/icon-24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/Chesscoin/icon-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions apps/Chesscoin/install-64
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
#!/bin/bash

version=1.5.1

#installs libfuse2
enable_module fuse || exit 1



# Download ZIP file
wget -O /tmp/chesscoin-qt.zip "https://github.com/AKKPP/ChessCoin032-Core-x64/releases/download/v${version}/chesscoin-qt-v${version}-rpi5-aarch64.zip" || error "Failed to download!"

# Unzip the file
unzip -o /tmp/chesscoin-qt.zip -d /tmp/ || error "Failed to unzip!"

# Move the extracted AppImage to /opt
sudo mv -f /tmp/chesscoin-qt-aarch64.AppImage /opt/ || error "Failed to move AppImage!"

# Set execution permissions
sudo chmod +x /opt/chesscoin-qt-aarch64.AppImage || error "Failed to set permissions!"

# Cleanup
rm -f /tmp/chesscoin-qt.zip

echo "ChessCoin-Qt AppImage installed successfully!"

sudo cp -f "$(dirname "$0")/icon-64.png" /usr/share/icons/hicolor/64x64/apps/chesscoin-qt.png || error "failed to copy icon"

#refresh icon caches
sudo update-icon-caches /usr/share/icons/*
sudo xdg-icon-resource forceupdate --mode system


echo "[Desktop Entry]
Type=Application
Name=Chesscoin
Exec=/opt/chesscoin-qt-aarch64.AppImage
Icon=chesscoin-qt
Hidden=false
GenericName=chesscoin 0.32%%
Comment=GUI application for Raspberry
Terminal=false
Categories=Office;
Keywords=crypto;currency;XMR" | sudo tee /usr/share/applications/chesscoin-qt.desktop >/dev/null || error "Failed to create menu button!"
6 changes: 6 additions & 0 deletions apps/Chesscoin/uninstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

#Allow packages required by this app to be uninstalled
purge_packages || exit 1

sudo rm -f /usr/share/applications/chesscoin-qt.desktop /opt/chesscoin-qt-aarch64.AppImage /usr/share/icons/hicolor/64x64/apps/chesscoin-qt.png
1 change: 1 addition & 0 deletions apps/Chesscoin/website
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://chesscoin032.com