diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 7bc53955..5792764f 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -6,32 +6,32 @@ on: - 'v*' jobs: - build-windows-bootstrap: - runs-on: windows-2022 + # build-windows-bootstrap: + # runs-on: windows-2022 - steps: - - uses: actions/checkout@v3 - with: - submodules: false + # steps: + # - uses: actions/checkout@v3 + # with: + # submodules: false - - name: Setup .NET - uses: actions/setup-dotnet@v3 - with: - dotnet-version: 10.0.x + # - name: Setup .NET + # uses: actions/setup-dotnet@v3 + # with: + # dotnet-version: 10.0.x - - name: Publish bootstrap - working-directory: SS14.Launcher.Bootstrap - run: dotnet publish -r win-x64 + # - name: Publish bootstrap + # working-directory: SS14.Launcher.Bootstrap + # run: dotnet publish -r win-x64 - - uses: actions/upload-artifact@v4 - with: - name: "bootstrap" - retention-days: 1 - path: "SS14.Launcher.Bootstrap/bin/Release/net10.0-windows/win-x64/publish/SimpleStation14 Launcher.exe" + # - uses: actions/upload-artifact@v4 + # with: + # name: "bootstrap" + # retention-days: 1 + # path: "SS14.Launcher.Bootstrap/bin/Release/net10.0-windows/win-x64/publish/SimpleStation14 Launcher.exe" build: runs-on: ubuntu-latest - needs: build-windows-bootstrap + # needs: build-windows-bootstrap steps: - name: Checkout code @@ -45,15 +45,18 @@ jobs: dotnet-version: 10.0.x - name: Create build (macOS & Linux) - run: ./publish.py osx linux + run: ./publish.py osx # linux - - name: Download Windows Bootstrap - uses: actions/download-artifact@v5 - with: - name: "bootstrap" + - name: Debug show files + run: ls -R bin/** + + # - name: Download Windows Bootstrap + # uses: actions/download-artifact@v5 + # with: + # name: "bootstrap" - - name: Create build (Windows) - run: ./publish.py windows --x64-only + # - name: Create build (Windows) + # run: ./publish.py windows --x64-only - name: Create Release id: create_release @@ -66,27 +69,27 @@ jobs: draft: false prerelease: ${{ contains(github.ref, 'pre') }} - # Upload Linux - - name: Upload Release Asset - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./SS14.Launcher_Linux.zip - asset_name: SS14.Launcher_Linux.zip - asset_content_type: application/zip - - # Upload Windows - - name: Upload Release Asset - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./SS14.Launcher_Windows.zip - asset_name: SS14.Launcher_Windows.zip - asset_content_type: application/zip + # # Upload Linux + # - name: Upload Release Asset + # uses: actions/upload-release-asset@v1 + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # with: + # upload_url: ${{ steps.create_release.outputs.upload_url }} + # asset_path: ./SS14.Launcher_Linux.zip + # asset_name: SS14.Launcher_Linux.zip + # asset_content_type: application/zip + + # # Upload Windows + # - name: Upload Release Asset + # uses: actions/upload-release-asset@v1 + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # with: + # upload_url: ${{ steps.create_release.outputs.upload_url }} + # asset_path: ./SS14.Launcher_Windows.zip + # asset_name: SS14.Launcher_Windows.zip + # asset_content_type: application/zip # Upload macOS - name: Upload Release Asset diff --git a/PublishFiles/SimpleStation14 Launcher.app/Contents/Info.plist b/PublishFiles/SimpleStation14 Launcher.app/Contents/Info.plist index c11b0da2..d7270199 100644 --- a/PublishFiles/SimpleStation14 Launcher.app/Contents/Info.plist +++ b/PublishFiles/SimpleStation14 Launcher.app/Contents/Info.plist @@ -3,11 +3,20 @@ CFBundleName - SS14L + SS14Launcher CFBundleDisplayName - SimpleStation14 Launcher + SimpleStation14 CFBundleExecutable SS14 + CFBundleIdentifier + com.simplestation14.launcher + LSApplicationCategoryType + public.app-category.games + LSArchitecturePriority + + arm64 + x86_64 +