server

Clone or download

Added x86 windows

Modified Files

--- 'a/.github/scripts/jpackage.bat'
+++ b/.github/scripts/jpackage.bat
@@ -26,5 +26,5 @@ echo Done now renaming ..
cd %INSTALL_DIR%
echo run dir
dir
-ren *.msi stream-pi-server-windows-x64-%VERSION%-installer.msi
+ren *.msi stream-pi-server-windows-%ARCH%-%VERSION%-installer.msi
dir
\ No newline at end of file
--- 'a/.github/workflows/build.yml'
+++ b/.github/workflows/build.yml
@@ -225,6 +225,7 @@ jobs:
JAVAFX_JMODS: D:\javafx-jmods-17\
JPACKAGE_HOME: ${{ env.JAVA_HOME }}
INSTALL_DIR: target/install
+ ARCH: x86
- name: Saving Windows x64 MSI
uses: actions/upload-artifact@v2
with:
@@ -280,6 +281,7 @@ jobs:
JAVAFX_JMODS: D:\javafx-jmods-17\
JPACKAGE_HOME: ${{ env.JAVA_HOME }}
INSTALL_DIR: target/install
+ ARCH: x86
- name: Saving Windows x86 MSI
uses: actions/upload-artifact@v2
with: