Skip to content

Commit

Permalink
fix: project name references
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Dec 10, 2022
1 parent 905e377 commit 37e1807
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion MHFZ_Overlay/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
7. Checkout to branch *main*
8. Merge *release* into *main*
9. Switch from *Build* to *Release*, Publish in Visual Studio
10. `Squirrel.exe pack --packId "mhfz-overlay" --packDirectory "PATH\mhfz-overlay\mhfz-overlay\bin\Release\net6.0-windows\publish" --framework net6.0-x86 --packTitle="Monster Hunter Frontier Z Overlay" --packAuthors="DorielRivalet" --splashImage="PATH\mhfz-overlay\splash.png" --icon="PATH\mhfz-overlay\img\icon\mhfzoverlayicon256.ico" --appIcon="PATH\mhfz-overlay\img\icon\mhfzoverlayicon256.ico" --packVersion "0.13.0"`
10. `Squirrel.exe pack --packId "MHFZ_Overlay" --packDirectory "PATH\MHFZ_Overlay\MHFZ_Overlay\bin\Release\net6.0-windows\publish" --framework net6.0-x86 --packTitle="Monster Hunter Frontier Z Overlay" --packAuthors="DorielRivalet" --splashImage="PATH\MHFZ_Overlay\splash.png" --icon="PATH\MHFZ_Overlay\img\icon\mhfzoverlayicon256.ico" --appIcon="PATH\MHFZ_Overlay\img\icon\mhfzoverlayicon256.ico" --packVersion "0.13.0"`
11. Add to GitHub Releases
12. Verify Github Actions
2 changes: 1 addition & 1 deletion mhfz-overlay.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mhfz-overlay", "MHFZ_Overlay\mhfz-overlay.csproj", "{65FE7F75-F3C5-4CB0-A3F1-303A18363551}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MHFZ_Overlay", "MHFZ_Overlay\MHFZ_Overlay.csproj", "{65FE7F75-F3C5-4CB0-A3F1-303A18363551}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit 37e1807

Please sign in to comment.