-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Rectify11:master' into master
- Loading branch information
Showing
36 changed files
with
1,166 additions
and
1,478 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,15 +21,14 @@ jobs: | |
token: ${{ secrets.GITHUB_TOKEN }} | ||
submodules: true | ||
lfs: true | ||
- name: Git Sumbodule Update | ||
run: | | ||
git submodule update --init --recursive | ||
git submodule update --recursive --remote | ||
- name: Add MSBuild to PATH | ||
uses: microsoft/[email protected] | ||
- name: Restore NuGet Packages | ||
run: | | ||
nuget restore Rectify11Installer.sln | ||
nuget restore Rectify11ControlCenter\Rectify11ControlCenter.sln | ||
- name: Build R11 Control Centre | ||
run: msbuild Rectify11ControlCenter\Rectify11ControlCenter.sln /p:Configuration=Release | ||
- name: Build | ||
run: msbuild Rectify11Installer.sln /p:Configuration=Release /p:platform=x64 | ||
- name: Create single exe | ||
|
@@ -41,4 +40,4 @@ jobs: | |
name: Rectify11Installer (x64) | ||
# A file, directory or wildcard pattern that describes what to upload | ||
path: Rectify11Installer\bin\output\Release\Rectify11Installer.exe | ||
|
||
|
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,3 +1,3 @@ | ||
[submodule "RectifyControlPanel2"] | ||
path = RectifyControlPanel2 | ||
url = https://github.com/Rectify11/RectifyControlPanel2.git | ||
[submodule "rectify11controlcenter"] | ||
path = rectify11controlcenter | ||
url = https://github.com/ojask/rectify11controlcenter.git |
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.