Skip to content

Commit

Permalink
upd: branch references
Browse files Browse the repository at this point in the history
  • Loading branch information
Casqade committed Apr 14, 2024
1 parent 75d4cd1 commit 1eab4c3
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Build (macOS)
on:
push:
branches:
- ai-fsm-utility
- master
paths-ignore:
- '**/README.md'
- 'appimage-data/**'
- 'assets/**'

pull_request:
branches:
- ai-fsm-utility
- master

jobs:
build-macos:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Build (Ubuntu)
on:
push:
branches:
- ai-fsm-utility
- master
paths-ignore:
- '**/README.md'

pull_request:
branches:
- ai-fsm-utility
- master

jobs:
build-ubuntu:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-build-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Build (Windows MSVC)
on:
push:
branches:
- ai-fsm-utility
- master
paths-ignore:
- '**/README.md'
- 'appimage-data/**'

pull_request:
branches:
- ai-fsm-utility
- master

jobs:
build-msvc:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-build-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Build (Windows MSYS2)
on:
push:
branches:
- ai-fsm-utility
- master
paths-ignore:
- '**/README.md'
- 'appimage-data/**'

pull_request:
branches:
- ai-fsm-utility
- master

jobs:
build-msys2:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ so the link is now broken)

## Credits:

Linux port, matchmaking and AI would never come to life without [xion's](https://github.com/xxxxxion) help.
Linux port, matchmaking and AI would never come to life without [xion's](https://github.com/xxxxxion) help.
Kudos to this person!

Big thanks to [punchingdig](https://www.youtube.com/user/punchingdig) for upscaling the splash screen,
Expand Down Expand Up @@ -104,7 +104,7 @@ cmake --build .
### Windows (MSVC)

You'll need to help CMake find SDL2 development libraries.
It's best to follow [MSVC workflow steps](https://github.com/regular-dev/biplanes-revival/blob/master/.github/workflows/windows-build-msvc.yml#L41) for reference
It's best to follow [MSVC workflow steps](https://github.com/regular-dev/biplanes-revival/blob/master/.github/workflows/windows-build-msvc.yml#L62-L64) for reference

### Windows (MSYS2 mingw32 environment):

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<!-- Copyright 2024 Regular-dev community regular.dev.org@gmail.com -->
<component type="desktop-application">
<id>org.regular_dev.biplanes_revival</id>

<name>Biplanes Revival</name>
<summary>An old cellphone arcade &quot;BlueTooth BiPlanes&quot; recreated for PC</summary>

<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0-only</project_license>

<description>
<ul>
<li>Easy to learn, hard to master gameplay</li>
Expand All @@ -21,16 +21,16 @@
<li>Moddable sounds &amp; sprites</li>
</ul>
</description>

<categories>
<category>Game</category>
<category>ArcadeGame</category>
</categories>

<launchable type="desktop-id">org.regular_dev.biplanes_revival.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/regular-dev/biplanes-revival/ai-fsm-utility/assets/menu/screen_logo.png</image>
<image>https://raw.githubusercontent.com/regular-dev/biplanes-revival/master/assets/menu/screen_logo.png</image>
</screenshot>
<screenshot>
<image>https://regular-dev.org/system/refinery/images/W1siZiIsIjIwMjQvMDQvMTQvNHY5N3phZHk5Z19CaXBsYW5lc1Jldml2YWxfc2NyZWVuc2hvdF8xLnBuZyJdXQ/BiplanesRevival_screenshot_1.png?sha=ac4d807051bc375e</image>
Expand All @@ -39,28 +39,28 @@
<image>https://regular-dev.org/system/refinery/images/W1siZiIsIjIwMjQvMDQvMTQvNW13dXc1cHFja19CaXBsYW5lc1Jldml2YWxfc2NyZWVuc2hvdF8yLnBuZyJdXQ/BiplanesRevival_screenshot_2.png?sha=2157c2ac2626cf29</image>
</screenshot>
</screenshots>

<url type="homepage">https://regular-dev.org/biplanes-revival</url>
<url type="bugtracker">https://github.com/regular-dev/biplanes-revival/issues</url>
<url type="contribute">https://github.com/regular-dev/biplanes-revival</url>

<content_rating type="oars-1.0">
</content_rating>

<provides>
<binary>BiplanesRevival</binary>
</provides>

<releases>
<release version="1.1" type="stable" date="2024-04-14">
<description>
<p>5th-year anniversary release bringing AI and lots of little improvements</p>
</description>

<url>https://github.com/regular-dev/biplanes-revival/releases/tag/v1.1</url>
</release>
</releases>

<developer id="org.regular_dev">
<name>Regular-dev community</name>
</developer>
Expand Down

0 comments on commit 1eab4c3

Please sign in to comment.