diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6730d4f..afb3f7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: fetch-depth: 0 - name: Package guidanceSteering mod - run: zip -r -v FS22_guidanceSteering.zip . -x .idea data .\* zip.bat zip-builder.ps1 fsdev.yml *.png + run: zip -r -v FS22_guidanceSteering_dev.zip . -x .idea data .\* zip.bat zip-builder.ps1 fsdev.yml *.png - name: Install GitVersion uses: gittools/actions/gitversion/setup@v0.9.7 with: @@ -31,6 +31,6 @@ jobs: - name: Release uses: ncipollo/release-action@v1 with: - artifacts: FS22_guidanceSteering.zip + artifacts: FS22_guidanceSteering_dev.zip token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ steps.gitversion.outputs.semVer }} diff --git a/README.md b/README.md index 1652e37..5a48149 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Guidance Steering for Farming Simulator 22 (GPS) -![For Farming Simulator 19](https://img.shields.io/badge/Farming%20Simulator-19-FF7C00.svg) [![Releases](https://img.shields.io/github/release/stijnwop/guidanceSteering.svg)](https://github.com/stijnwop/guidanceSteering/releases) +![For Farming Simulator 22](https://img.shields.io/badge/Farming%20Simulator-22-FF7C00.svg) [![Releases](https://img.shields.io/github/release/stijnwop/guidanceSteering.svg)](https://github.com/stijnwop/guidanceSteering/releases) ## Publishing Only Wopster is allowed to publish any of this code as a mod to any mod site, or file sharing site. The code is open for your own use, but give credit where due. I will not accept support for any 'version' of Guidance Steering that is obtained from a sketchy mod page. Versioning is controlled by me and not by any other page. This confuses people and really holds back the development which results in no fun for me! @@ -22,7 +22,7 @@ All official releases will be avaiable at the offical Farming Simulator ModHub. For installing the release: -Windows: Copy the `FS19_guidanceSteering_rc_.zip` into your `My Games\FarmingSimulator2019\mods` directory. +Windows: Copy the `FS22_guidanceSteering_dev.zip` into your `My Games\FarmingSimulator2022\mods` directory. ## Developers version To quickly build a zip of the developer version without the needed extra's, use the `zip.bat` which is included in this repository. @@ -127,7 +127,7 @@ If you want the same effect on your mod vehicles you can configure the configura ~~~ ## Copyright -Copyright (c) 2019 [Wopster](https://github.com/stijnwop). +Copyright (c) 2022 [Wopster](https://github.com/stijnwop). All rights reserved. Special thanks to workflowsen for creating the icon! diff --git a/modDesc.xml b/modDesc.xml index 74ae4be..410d91a 100644 --- a/modDesc.xml +++ b/modDesc.xml @@ -1,7 +1,7 @@ Wopster - 2.1.2.0 + 2.1.4.0 <en>Guidance Steering</en>