-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #312 from loathingKernel/fixups
- Loading branch information
Showing
49 changed files
with
40,913 additions
and
1,244 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
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 |
---|---|---|
|
@@ -14,8 +14,6 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
ref: "release" | ||
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
|
@@ -65,8 +63,6 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
ref: "release" | ||
- name: Install build dependencies | ||
run: | | ||
sudo apt update | ||
|
@@ -105,8 +101,6 @@ jobs: | |
runs-on: "windows-latest" | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
ref: "release" | ||
- uses: actions/setup-python@v4 | ||
with: | ||
cache: pip | ||
|
@@ -170,8 +164,6 @@ jobs: | |
runs-on: "windows-latest" | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
ref: "release" | ||
- uses: actions/setup-python@v4 | ||
with: | ||
cache: pip | ||
|
@@ -202,8 +194,6 @@ jobs: | |
runs-on: "windows-latest" | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
ref: "release" | ||
- uses: actions/setup-python@v4 | ||
with: | ||
cache: pip | ||
|
@@ -236,8 +226,6 @@ jobs: | |
runs-on: macos-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
ref: "release" | ||
- uses: actions/setup-python@v4 | ||
with: | ||
cache: pip | ||
|
@@ -264,7 +252,7 @@ jobs: | |
git clone https://github.com/create-dmg/create-dmg | ||
create-dmg/create-dmg Rare.dmg dist/Rare.App --volname Rare --volicon rare/resources/images/Rare.icns | ||
- name: upload to GitHub | ||
- name: Upload to Releases | ||
uses: svenstaro/[email protected] | ||
with: | ||
repo_token: ${{ secrets.GITHUB_TOKEN }} | ||
|
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
__version__ = "1.10.3" | ||
__version__ = "1.10.4" | ||
__codename__ = "Garlic Crab" |
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
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
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
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
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
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
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
Oops, something went wrong.