mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 04:00:21 +00:00 
			
		
		
		
	Renamed the .NET backend executable; important for Linux Debian installations using the *.deb installer
This commit is contained in:
		
							parent
							
								
									5ab6b51523
								
							
						
					
					
						commit
						84a8eb4551
					
				
							
								
								
									
										6
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							@ -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: |
 | 
				
			||||||
 | 
				
			|||||||
@ -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"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user