Skip to content

Commit

Permalink
Update readme to FS22 and postfix the outputted zip file with _dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnwop committed Feb 5, 2022
1 parent e55239c commit a8d2a61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!
Expand All @@ -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_<version>.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.
Expand Down Expand Up @@ -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!
2 changes: 1 addition & 1 deletion modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="63">
<author>Wopster</author>
<version>2.1.2.0</version>
<version>2.1.4.0</version>

<title>
<en>Guidance Steering</en>
Expand Down

0 comments on commit a8d2a61

Please sign in to comment.