mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
0.3.5
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Build script for LanMontainDesktop
|
||||
#!/bin/bash
|
||||
# Build script for LanMountainDesktop
|
||||
# Cross-platform build support: Linux, macOS
|
||||
|
||||
set -e
|
||||
@@ -32,7 +32,7 @@ detect_os() {
|
||||
|
||||
print_usage() {
|
||||
cat << EOF
|
||||
LanMontainDesktop Build Script
|
||||
LanMountainDesktop Build Script
|
||||
|
||||
Usage: $0 [command] [options]
|
||||
|
||||
@@ -75,7 +75,7 @@ publish_project() {
|
||||
cd "$Root_Dir"
|
||||
|
||||
dotnet restore
|
||||
dotnet publish LanMontainDesktop/LanMontainDesktop.csproj \
|
||||
dotnet publish LanMountainDesktop/LanMountainDesktop.csproj \
|
||||
-c "$config" \
|
||||
-o "$output_dir" \
|
||||
--self-contained \
|
||||
|
||||
Reference in New Issue
Block a user