Skip to content

Fix running from EXE on Windows, center app on CheerpJ, optimize wind… #193

Fix running from EXE on Windows, center app on CheerpJ, optimize wind…

Fix running from EXE on Windows, center app on CheerpJ, optimize wind… #193

Workflow file for this run

name: build
on: [push]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: prerequisites
run: >-
sudo apt update --allow-unauthenticated --allow-insecure-repositories &&
sudo apt install gettext openjdk-11-jdk
- name: build
run: ./gradlew package