mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Rename slimevr gui artifact to slimevr.exe (#358)
This commit is contained in:
6
.github/workflows/build-gui.yml
vendored
6
.github/workflows/build-gui.yml
vendored
@@ -58,7 +58,7 @@ jobs:
|
||||
# Artifact name
|
||||
name: SlimeVR-GUI
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
path: target/release/slimevr-ui.exe
|
||||
path: target/release/slimevr.exe
|
||||
|
||||
- if: matrix.os == 'ubuntu-latest'
|
||||
name: Upload a Build Artifact
|
||||
@@ -67,7 +67,7 @@ jobs:
|
||||
# Artifact name
|
||||
name: SlimeVR-GUI-Deb
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
path: target/release/bundle/deb/slimevr-ui*.deb
|
||||
path: target/release/bundle/deb/slimevr*.deb
|
||||
|
||||
- if: matrix.os == 'ubuntu-latest'
|
||||
name: Upload a Build Artifact
|
||||
@@ -76,4 +76,4 @@ jobs:
|
||||
# Artifact name
|
||||
name: SlimeVR-GUI-AppImage
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
path: target/release/bundle/appimage/slimevr-ui*.AppImage
|
||||
path: target/release/bundle/appimage/slimevr*.AppImage
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -2331,7 +2331,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "slimevr_ui"
|
||||
name = "slimevr"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"cfg_aliases",
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
[package]
|
||||
name = "slimevr_ui"
|
||||
name = "slimevr"
|
||||
version = "0.0.0"
|
||||
|
||||
description = "SlimeVR GUI Application"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/SlimeVR/SlimeVR-Serverk"
|
||||
repository = "https://github.com/SlimeVR/SlimeVR-Server"
|
||||
|
||||
edition = "2021"
|
||||
rust-version = "1.65"
|
||||
default-run = "slimevr_ui"
|
||||
default-run = "slimevr"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"package": {
|
||||
"productName": "slimevr-ui",
|
||||
"productName": "slimevr",
|
||||
"version": "0.0.0"
|
||||
},
|
||||
"build": {
|
||||
|
||||
Reference in New Issue
Block a user