Skip to content

Commit

Permalink
Fix version and build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sussy-OS committed May 19, 2022
1 parent d53d0e1 commit 1e4d655
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
8 changes: 6 additions & 2 deletions install
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
#!/bin/bash

version=2022.3.21
version=2022.5.1
#Release Version

#Copy logo to $HOME
wget -O LineRiderLogo.png https://raw.githubusercontent.com/Botspot/pi-apps/master/apps/LineRider/inon-64.png

#Install dependincies
sudo apt install -y apt-transport-https dirmngr gnupg ffmpeg mono-devel unzip zip

mkdir -p ~/LineRider
Expand All @@ -23,7 +27,7 @@ cp $(command -v ffmpeg) ~/Documents/LRA/ffmpeg/linux/ffmpeg
echo "[Desktop Entry]
Name=LineRider
Comment=An Open Source spiritual successor to the flash game Line Rider
Icon=$(dirname "$0")/icon-64.png
Icon=$HOME/LineRiderLogo.png
Exec=mono $HOME/LineRider/linerider.exe
Path=$HOME/LineRider/
Type=Application
Expand Down
2 changes: 1 addition & 1 deletion src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static class Program
#endif
public static string BinariesFolder = "bin";
public readonly static CultureInfo Culture = new CultureInfo("en-US");
public static string Version = "2022.3.21";
public static string Version = "2022.5.1";
public static string TestVersion = "";
public static string NewVersion = null;
public static readonly string WindowTitle = "Line Rider Advanced: Community Edition " + Version + TestVersion;
Expand Down
1 change: 1 addition & 0 deletions uninstall
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash

rm -rf ~/LineRider/ ~/.local/share/applications/LineRider.desktop
rm ~/LineRiderLogo.png
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022.3.21
2022.5.1

0 comments on commit 1e4d655

Please sign in to comment.