Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 406 Bytes

README.MD

File metadata and controls

21 lines (15 loc) · 406 Bytes

Prerequisites

  • JDK 11 or later
  • Maven
  • Apple developer certificate

Build & Run

  1. Add your Apple developer certificate (*.p12 file) to /src/main/resources/cert/ and edit /src/main/java/gpasas/Main.java to specify path and password

  2. Build:

mvn clean package
  1. Run:
java -jar ./target/gpasas-jar-with-dependencies.jar
  1. Open In Browser