mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
fix windows build script
This commit is contained in:
@@ -12,7 +12,7 @@ if os.path.exists("build/app-windows.zip"):
|
|||||||
|
|
||||||
version = str.split(str.split(content, 'version: ')[1], '+')[0]
|
version = str.split(str.split(content, 'version: ')[1], '+')[0]
|
||||||
|
|
||||||
subprocess.run(["tar", "-a", "-c", "-f", f"build/windows/Venera-{version}-windows.zip", "-C", "build/windows/x64/runner/Release", "."]
|
subprocess.run(["tar", "-a", "-c", "-f", f"build/windows/Venera-{version}-windows.zip", "-C", "build/windows/x64/runner/Release", "*"]
|
||||||
, shell=True)
|
, shell=True)
|
||||||
|
|
||||||
issContent = ""
|
issContent = ""
|
||||||
|
Reference in New Issue
Block a user