mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-18 02:52:03 +00:00
Update .exe name
This commit is contained in:
14
.github/workflows/nightly.yml
vendored
14
.github/workflows/nightly.yml
vendored
@@ -51,10 +51,10 @@ jobs:
|
|||||||
buildPresetAdditionalArgs: "['--target', 'Minecraft.Client', 'Minecraft.Server']"
|
buildPresetAdditionalArgs: "['--target', 'Minecraft.Client', 'Minecraft.Server']"
|
||||||
|
|
||||||
- name: Client 7z Build
|
- name: Client 7z Build
|
||||||
run: 7z a -r LCE${{ matrix.platform }}.7z ./build/${{ env.MATRIX_PLATFORM }}/Minecraft.Client/Release/* "-x!*.ipdb" "-x!*.iobj"
|
run: 7z a -r ProjectZenithX64.7z ./build/${{ env.MATRIX_PLATFORM }}/Minecraft.Client/Release/* "-x!*.ipdb" "-x!*.iobj"
|
||||||
|
|
||||||
- name: Server 7z Build
|
- name: Server 7z Build
|
||||||
run: 7z a -r LCEServer${{ matrix.platform }}.7z ./build/${{ env.MATRIX_PLATFORM }}/Minecraft.Server/Release/* "-x!*.ipdb" "-x!*.iobj"
|
run: 7z a -r ProjectZenithServerX64.7z ./build/${{ env.MATRIX_PLATFORM }}/Minecraft.Server/Release/* "-x!*.ipdb" "-x!*.iobj"
|
||||||
|
|
||||||
- name: Run CMake (AVX Client Build)
|
- name: Run CMake (AVX Client Build)
|
||||||
uses: lukka/run-cmake@v10
|
uses: lukka/run-cmake@v10
|
||||||
@@ -67,14 +67,14 @@ jobs:
|
|||||||
buildPresetAdditionalArgs: "['--target', 'Minecraft.Client']"
|
buildPresetAdditionalArgs: "['--target', 'Minecraft.Client']"
|
||||||
|
|
||||||
- name: Client AVX 7z Build
|
- name: Client AVX 7z Build
|
||||||
run: 7z a -r LCE${{ matrix.platform }}AVX.7z ./build/${{ env.MATRIX_PLATFORM }}/Minecraft.Client/Release/* "-x!*.ipdb" "-x!*.iobj"
|
run: 7z a -r ProjectZenithAVX.7z ./build/${{ env.MATRIX_PLATFORM }}/Minecraft.Client/Release/* "-x!*.ipdb" "-x!*.iobj"
|
||||||
|
|
||||||
- name: Stage artifacts
|
- name: Stage artifacts
|
||||||
run: |
|
run: |
|
||||||
New-Item -ItemType Directory -Force -Path staging
|
New-Item -ItemType Directory -Force -Path staging
|
||||||
Copy-Item LCE${{ matrix.platform }}.7z staging/
|
Copy-Item ProjectZenithX64.7z staging/
|
||||||
Copy-Item LCEServer${{ matrix.platform }}.7z staging/
|
Copy-Item ProjectZenithServerX64.7z staging/
|
||||||
Copy-Item LCE${{ matrix.platform }}AVX.7z staging/
|
Copy-Item ProjectZenithAVX.7z staging/
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v6
|
||||||
@@ -138,7 +138,7 @@ jobs:
|
|||||||
|
|
||||||
rm -rf runtime
|
rm -rf runtime
|
||||||
mkdir -p runtime
|
mkdir -p runtime
|
||||||
7z x .artifacts/LCEServerWindows64.7z -oruntime
|
7z x .artifacts/ProjectZenithServerX64.7z -oruntime
|
||||||
|
|
||||||
- name: Compute image name
|
- name: Compute image name
|
||||||
id: image
|
id: image
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ set_source_files_properties(compat_shims.cpp PROPERTIES SKIP_PRECOMPILE_HEADERS
|
|||||||
configure_compiler_target(Minecraft.Client)
|
configure_compiler_target(Minecraft.Client)
|
||||||
|
|
||||||
set_target_properties(Minecraft.Client PROPERTIES
|
set_target_properties(Minecraft.Client PROPERTIES
|
||||||
OUTPUT_NAME "Minecraft.Client"
|
OUTPUT_NAME "Project-Zenith"
|
||||||
VS_DEBUGGER_WORKING_DIRECTORY "$<TARGET_FILE_DIR:Minecraft.Client>"
|
VS_DEBUGGER_WORKING_DIRECTORY "$<TARGET_FILE_DIR:Minecraft.Client>"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user