If you just want to download the Ascribe installer, simply download the latest version from the Ascribe Website, us it to install the program, and off you go!
NOTE: Currently, there is no updater and save files may contain breaking
changes when upgrading to versions, so if you are updating the project, you need to uninstall
the old version, and install the new one, while deleting the save.txt
file.
However, this should change as a updater is planned in the future
NOTE: As of version 0.4.2, there is a migration system in place for save
files, however if you are migrating from version 0.4.1 to 0.4.2, you need to rename your
save.txt
to save.json
. Also, version 0.4.1 is the lowest supported
save version, any earlier save version may crash when loaded
In order to compile and run the project from source, use the following steps:
cargo install tauri-cli --version "^2.0.0 --locked"
,
which will install the Tauri CLI utilities library. see
this example
npm install -g typescript
, which will install
typescript globally on your machine. See this
example
cargo tauri dev
in the project's root folder.
cargo tauri dev --release
in the project's root folder
cargo tauri build
in the project's root foldersrc-tauri/target/release/bundle
where you will see
a list of installation folders, where you can select either msi
or nsis
installers.