mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-06 19:12:30 +01:00
Bump to 0.15.0-RC6
This commit is contained in:
parent
db9d319388
commit
df216ec42d
@ -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>
|
||||
|
@ -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",
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user