+ Idling 1D6 ! + mods loaded, + + compatible server(s) + , + +
+ + ++ + +
+ +
1D6 Temporary Launcher
+ + ++ + +
+ Node.js ; + Chromium ; + Electron ; + Current Theme Source: ; + Python Installed? ; + Java Installed? ; +
+diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index 0f51788..2c4c06a 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -20,9 +20,11 @@ jobs: node-version: 18 - name: Install Packages + working-directory: ./launcher run: npm ci - name: Build Launcher + working-directory: ./launcher run: npm run start - name: Capture Build Artifacts diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 83e6476..7373ffd 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Gradle uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0 - - name: make gradle wrapper executable + - name: Make gradle wrapper executable run: chmod +x ./gradlew - name: Build with Gradle Wrapper diff --git a/launcher/.gitignore b/launcher/.gitignore index 07d2252..4498e9b 100644 --- a/launcher/.gitignore +++ b/launcher/.gitignore @@ -1,2 +1,5 @@ node_modules -out \ No newline at end of file +out +instances +cache +settigns.json \ No newline at end of file diff --git a/launcher/index.html b/launcher/index.html index d308a59..266a051 100644 --- a/launcher/index.html +++ b/launcher/index.html @@ -1,34 +1,239 @@ -
- - - - -- We are using Node.js , - Chromium , - and Electron . - Current theme source: System. -
- - -+ Idling 1D6 ! + mods loaded, + + compatible server(s) + , + +
+ + ++ Node.js ; + Chromium ; + Electron ; + Current Theme Source: ; + Python Installed? ; + Java Installed? ; +
+