commit a421ddd5ea2aae149bef6ca13ec8ad0a63b5fc34 Author: Andreas Fahrecker Date: Sat May 25 18:44:57 2024 +0200 Initial Commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5135af0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.exe filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1bb4614 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.code-workspace \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..43c3d03 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# Application Releases Repository + +This repository is intended for public (not open-source) releases of various applications. It will contain multiple applications for multiple release types. + +## Applications + +### Vet-Console (Flutter Windows Application) + +The first application available in this repository is Vet-Console, a Flutter Windows application. This application is currently available for the development environment, with other environments to be added in the future. + +#### Contents + +The releases are organized into folders by application, environment, and version. For example, the structure for the Vet-Console application in the development environment would be `vet-console/dev/{version}`. + +- `vet-console/dev/{version}/installer.exe`: This is the executable file to install the specific version of the Vet-Console application on your Windows machine. Replace `{version}` with the actual version number. +- `vet-console/dev/{version}/appcast.xml`: This file is used for automatic updates of the Vet-Console application for the specific version. Replace `{version}` with the actual version number. +- `vet-console/dev/{version}/changelog.html`: This file contains the changelog for the specific version of the Vet-Console application, detailing the changes made in that update. Replace `{version}` with the actual version number. + +In addition to the version-specific folders, there is a `latest` folder which always contains the most recent release: + +- `vet-console/dev/latest/installer.exe`: This is the executable file to install the latest version of the Vet-Console application on your Windows machine. +- `vet-console/dev/latest/appcast.xml`: This file is used for automatic updates of the Vet-Console application for the latest version. +- `vet-console/dev/latest/changelog.html`: This file contains the changelog for the latest version of the Vet-Console application, detailing the changes made in the most recent update. + +## Future Plans + +In the future, this repository will be updated to include more applications and environments. Stay tuned for updates. + +## Contact + +If you have any questions or issues, please open an issue in this repository. \ No newline at end of file