-
-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
id: check-version | ||
uses: salsify/[email protected] | ||
with: | ||
tag-template: '{VERSION}' | ||
tag-template: "{VERSION}" | ||
version-command: | | ||
bash -o pipefail -c "cat ./assets/config.json | jq -r '.version'" | ||
|
@@ -46,14 +46,6 @@ jobs: | |
- **Security Settings**: Temporarily disable your antivirus and firewall to prevent any issues with missing dependencies during installation. | ||
### Installation Steps | ||
1. **Download**: Get the .zip file from [this link](https://github.com/IAHispano/Applio/archive/refs/tags/${{ steps.check-version.outputs.tag }}.zip). | ||
2. **Run the Installer**: Extract the files and execute the \`run-install.bat\` script. | ||
3. **Start Applio**: Launch Applio by running the \`run-applio.bat\` script. | ||
### Prefer a Simpler Installation? | ||
> [!TIP] | ||
> For the best experience, we highly recommend using the pre-compiled version. Compiling the code yourself may lead to instabilities. | ||
- **Download Compiled Version**: Get the zip from [this link](https://huggingface.co/IAHispano/Applio/resolve/main/Compiled/Windows/ApplioV${{ steps.check-version.outputs.tag }}.zip). | ||
- **Run Applio**: Extract the `.zip` file, then open the \`run-applio.bat\` file. | ||
|
@@ -161,12 +153,6 @@ jobs: | |
- **Path Requirements**: Ensure the installation path is free of spaces or special characters. | ||
- **Security Settings**: Temporarily disable your antivirus and firewall to prevent any issues with missing dependencies during installation. | ||
### Installation Steps | ||
1. **Download**: Get the .zip file from [this link](https://github.com/IAHispano/Applio/archive/refs/tags/${{ steps.check-version.outputs.tag }}.zip). | ||
2. **Run the Installer**: Extract the files and execute the \`run-install.bat\` script. | ||
3. **Start Applio**: Launch Applio by running the \`run-applio.bat\` script. | ||
### Prefer a Simpler Installation? | ||
> [!TIP] | ||
> For the best experience, we highly recommend using the pre-compiled version. Compiling the code yourself may lead to instabilities. | ||
- **Download Compiled Version**: Get the zip from [this link](https://huggingface.co/IAHispano/Applio/resolve/main/Compiled/Windows/ApplioV${{ steps.check-version.outputs.tag }}.zip). | ||
- **Run Applio**: Extract the `.zip` file, then open the \`run-applio.bat\` file. | ||
## What's New in This Release | ||
|