Skip to content
Failed

Changes

Summary

  1. Update README.md (#229) (details)
  2. Mention another alternative to jpackage/packr in the README (details)
  3. macOS on M1 (details)
  4. vmArgs argument header needs its arguments to lead with `-`, but it claims not to. (details)
Commit f792ec9a95becbf6894cbb22190851023d0ab549 by noreply
Update README.md (#229)

fix libGDX unavailable url
The file was modifiedREADME.md (diff)
Commit 03b731906dab69a25ff9c7405a9af2507932609c by karl.sabo
Mention another alternative to jpackage/packr in the README

Conveyor is a new packaging tool that supports JVM apps and has a variety of features that jpackage/packr lack. See here for details:

https://conveyor.hydraulic.dev/
The file was modifiedREADME.md (diff)
Commit 2f257ac0159cb1bc8558fffaa6bded9483283e87 by karl.sabo
macOS on M1

Tested on:
macOS Monterey
Version 12.4
Chip Apple M1
The file was addedgoogletest/include/gtest/gtest_prod.h
The file was addedgoogletest/src/gtest_main.cc
The file was addedgoogletest/include/gtest/gtest-typed-test.h
The file was addedgoogletest/include/gtest/gtest-test-part.h
The file was addedgoogletest/include/gtest/internal/gtest-type-util.h
The file was addedgoogletest/src/gtest-assertion-result.cc
The file was modifiedTestAppJreDist/testAppJreDist.gradle.kts (diff)
The file was addedgoogletest/src/gtest-filepath.cc
The file was addedgoogletest/src/gtest-all.cc
The file was addedgoogletest/include/gtest/internal/gtest-internal.h
The file was addedgoogletest/include/gtest/internal/custom/gtest.h
The file was addedgoogletest/src/gtest-test-part.cc
The file was addedgoogletest/include/gtest/internal/custom/README.md
The file was addedgoogletest/include/gtest/gtest-message.h
The file was addedgoogletest/include/gtest/gtest.h
The file was addedgoogletest/src/gtest.cc
The file was addedgoogletest/src/gtest-printers.cc
The file was modifiedgradle.properties (diff)
The file was addedgoogletest/include/gtest/gtest-assertion-result.h
The file was modifiedDrOpt/drOpt.gradle.kts (diff)
The file was addedgoogletest/include/gtest/gtest-matchers.h
The file was addedgoogletest/include/gtest/internal/gtest-death-test-internal.h
The file was modifiedPackrLauncher/packrLauncher.gradle.kts (diff)
The file was addedgoogletest/src/gtest-internal-inl.h
The file was addedgoogletest/include/gtest/internal/gtest-param-util.h
The file was addedgoogletest/include/gtest/gtest-spi.h
The file was addedgoogletest/include/gtest/internal/gtest-filepath.h
The file was addedgoogletest/src/gtest-port.cc
The file was addedgoogletest/include/gtest/gtest_pred_impl.h
The file was addedgoogletest/include/gtest/gtest-death-test.h
The file was addedgoogletest/include/gtest/internal/gtest-port.h
The file was addedgoogletest/src/gtest-death-test.cc
The file was addedgoogletest/include/gtest/gtest-param-test.h
The file was addedgoogletest/include/gtest/internal/custom/gtest-port.h
The file was addedgoogletest/include/gtest/internal/gtest-string.h
The file was addedgoogletest/include/gtest/gtest-printers.h
The file was addedgoogletest/src/gtest-typed-test.cc
The file was addedgoogletest/include/gtest/internal/custom/gtest-printers.h
The file was addedgoogletest/include/gtest/internal/gtest-port-arch.h
The file was addedgoogletest/src/gtest-matchers.cc
Commit d64c41ea36dcd8bdf1a40945cec744b9a662cae3 by karl.sabo
vmArgs argument header needs its arguments to lead with `-`, but it claims not to.

The documentation claims that arguments header `vmArgs` should not have a leading `-`, but my testing shows that they do need to have a leading `-`.
The file was modifiedREADME.md (diff)