Renamed the .NET backend executable; important for Linux Debian installations using the *.deb installer

This commit is contained in:
Thorsten Sommer 2024-06-11 22:41:51 +02:00
parent 5ab6b51523
commit 84a8eb4551
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 5 additions and 5 deletions

View File

@ -68,14 +68,14 @@ jobs:
run: | run: |
mkdir -p "app/MindWork AI Studio/bin/dist" mkdir -p "app/MindWork AI Studio/bin/dist"
cd publish/dotnet cd publish/dotnet
mv mindworkAIStudio "../../app/MindWork AI Studio/bin/dist/mindworkAIStudio${{ matrix.dotnet_name_postfix }}" mv mindworkAIStudio "../../app/MindWork AI Studio/bin/dist/mindworkAIStudioServer${{ matrix.dotnet_name_postfix }}"
- name: Move & rename .NET artifact (Windows) - name: Move & rename .NET artifact (Windows)
if: matrix.platform == 'windows-latest' if: matrix.platform == 'windows-latest'
run: | run: |
New-Item -ItemType Directory -Path "app\MindWork AI Studio\bin\dist" -Force New-Item -ItemType Directory -Path "app\MindWork AI Studio\bin\dist" -Force
cd publish/dotnet cd publish/dotnet
mv mindworkAIStudio.exe "../../app/MindWork AI Studio/bin/dist/mindworkAIStudio${{ matrix.dotnet_name_postfix }}" mv mindworkAIStudio.exe "../../app/MindWork AI Studio/bin/dist/mindworkAIStudioServer${{ matrix.dotnet_name_postfix }}"
- name: Create parts for the Rust cache key (Unix) - name: Create parts for the Rust cache key (Unix)
if: matrix.platform != 'windows-latest' if: matrix.platform != 'windows-latest'
@ -244,7 +244,7 @@ jobs:
run: | run: |
mkdir -p "app/MindWork AI Studio/bin/dist" mkdir -p "app/MindWork AI Studio/bin/dist"
cd publish/dotnet cd publish/dotnet
mv mindworkAIStudio "../../app/MindWork AI Studio/bin/dist/mindworkAIStudio-aarch64-unknown-linux-gnu" mv mindworkAIStudio "../../app/MindWork AI Studio/bin/dist/mindworkAIStudioServer-aarch64-unknown-linux-gnu"
- name: Create parts for the Rust cache key - name: Create parts for the Rust cache key
run: | run: |

View File

@ -17,7 +17,7 @@
"open": true, "open": true,
"scope": [ "scope": [
{ {
"name": "../app/MindWork AI Studio/bin/dist/mindworkAIStudio", "name": "../app/MindWork AI Studio/bin/dist/mindworkAIStudioServer",
"sidecar": true, "sidecar": true,
"args": true "args": true
} }
@ -58,7 +58,7 @@
"targets": "all", "targets": "all",
"identifier": "com.github.mindwork-ai.ai-studio", "identifier": "com.github.mindwork-ai.ai-studio",
"externalBin": [ "externalBin": [
"../app/MindWork AI Studio/bin/dist/mindworkAIStudio" "../app/MindWork AI Studio/bin/dist/mindworkAIStudioServer"
], ],
"macOS": { "macOS": {
"exceptionDomain": "localhost" "exceptionDomain": "localhost"