1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00

Bump to 0.15.0-RC6

This commit is contained in:
Elias Steurer 2023-02-16 13:19:21 +01:00
parent db9d319388
commit df216ec42d
3 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
<Package>
<DisplayName>ScreenPlay</DisplayName>
<Description>ScreenPlay is an Open Source cross-platform app for displaying Video Wallpaper & Widgets.</Description>
<Version>0.15.0-RC5</Version>
<ReleaseDate>2022-11-02</ReleaseDate>
<Version>0.15.0-RC6</Version>
<ReleaseDate>2023-02-16</ReleaseDate>
<Default>true</Default>
<Script>installscript.qs</Script>
</Package>

View File

@ -1,5 +1,5 @@
{
"version": "0.15.0-RC5",
"version": "0.15.0-RC6",
"description": "ScreenPlay is an Open Source Live-Wallpaper app for Windows and OSX. ",
"homepage": "https://screen-play.app/",
"url": "https://kelteseth.com/releases/$version/ScreenPlay-$version-x64-windows-release.zip",

View File

@ -18,7 +18,7 @@ elif sys.platform == "linux":
OS = "linux"
QT_PLATFORM = "gcc_64"
SCREENPLAY_VERSION = "0.15.0-RC5"
SCREENPLAY_VERSION = "0.15.0-RC6"
QT_PATH = path = Path(os.path.join(os.path.realpath(__file__), "../../../aqt")).resolve()
QT_VERSION = "6.5.0"
QT_BIN_PATH = QT_PATH.joinpath(f"{QT_VERSION}/{QT_PLATFORM}/bin")