|
32 | 32 | uses: gradle/actions/setup-gradle@v3 |
33 | 33 |
|
34 | 34 | - name: Build JARs with Gradle |
35 | | - run: gradle jar serverJar -x test --no-daemon |
| 35 | + run: gradle build -x test --no-daemon |
36 | 36 |
|
37 | 37 | - name: Create jpackage directory |
38 | 38 | run: mkdir jpackage-input |
|
77 | 77 | cd dist |
78 | 78 | Compress-Archive -Path Woodlanders -DestinationPath Woodlanders-Windows-Portable.zip |
79 | 79 | |
80 | | - - name: Download Launcher from other repo |
81 | | - run: | |
82 | | - curl -L -o woodlanders-launcher-windows-installer.zip https://github.com/gcclinux/woodlanders-launcher/releases/latest/download/woodlanders-launcher-windows-installer-0.1.0.zip |
83 | | - |
84 | 80 | - name: Get tag name |
85 | 81 | id: get_tag |
86 | 82 | shell: bash |
@@ -111,11 +107,16 @@ jobs: |
111 | 107 | ## Downloads |
112 | 108 | - **Woodlanders-Windows-Portable.zip** - Windows executable with bundled JRE (no Java installation required) |
113 | 109 | - **Woodlanders-Linux-x86_64.AppImage** - Linux executable with bundled JRE (no Java installation required) |
| 110 | + - **woodlanders-launcher.jar** - Game launcher with auto-update (requires Java 21+) |
114 | 111 | - **woodlanders-client.jar** - Client JAR (requires Java 21+) |
115 | 112 | - **woodlanders-server.jar** - Dedicated server JAR (requires Java 21+) |
116 | | - - **woodlanders-launcher-windows-installer.zip** - Windows launcher with auto-update support |
117 | 113 | |
118 | | - > **Alternative Launcher**: For the latest launcher features and updates, visit the [Woodlanders Launcher repository](https://github.com/gcclinux/woodlanders-launcher/releases/latest/) |
| 114 | + ## Launcher Features |
| 115 | + The launcher provides: |
| 116 | + - Automatic game updates from GitHub releases |
| 117 | + - Multi-language support (English, Polish, Portuguese, Dutch, German) |
| 118 | + - Version management and offline mode |
| 119 | + - Simple one-click game launch |
119 | 120 | |
120 | 121 | ## Server Requirements by Player Count |
121 | 122 | | Players | CPU Cores | RAM | Upload Speed | |
@@ -176,7 +177,7 @@ jobs: |
176 | 177 | ./dist/Woodlanders-Windows-Portable.zip |
177 | 178 | ./build/libs/woodlanders-client.jar |
178 | 179 | ./build/libs/woodlanders-server.jar |
179 | | - ./woodlanders-launcher-windows-installer.zip |
| 180 | + ./build/libs/woodlanders-launcher.jar |
180 | 181 | env: |
181 | 182 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
182 | 183 |
|
|
0 commit comments