Use Artifacts
If you want to use the latest version (even later than the beta release), but don’t want to build from source, you can download Artifacts from GitHub Actions .
However, it’s not recommended to use Artifacts, they are more unstable than beta releases, and could be a work in progress. You should read the commit logs and even the source codes before using Artifacts.
To run it on Windows/macOS, you should install from
Releases
first (usually any version is OK unless something like DLL missing happens). On Windows, replace cpeditor.exe
in your install folder with the Artifact. On macOS, run cp path/to/Artifact cpeditor.app/Contents/MacOs
, where cpeditor.app
is the one already installed on your machine.
To run it on Ubuntu 18.04, you need to install Qt. Other Linux distributions may not support binaries compiled on Ubuntu 18.04.