Skip to content

Commit

Permalink
Enhancement: Helpful readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceiridge committed Apr 6, 2021
1 parent 29b04f1 commit df15fd0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildandrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
shell: powershell
run: |
cd ChromeDevExtWarningPatcher\bin\Release\net5.0-windows;
Compress-Archive -DestinationPath ChromeDevExtWarningPatcher.zip -Path ChromeDevExtWarningPatcher.exe,ChromeDevExtWarningPatcher.dll,ChromeDevExtWarningPatcher.runtimeconfig.json,ChromeDevExtWarningPatcher.deps.json,CommandLine.dll,Dia2Lib.dll,MaterialDesignColors.dll,MaterialDesignThemes.Wpf.dll,Microsoft.Win32.TaskScheduler.dll,OSExtensions.dll,System.Drawing.Common.dll,TraceReloggerLib.dll,runtimes;
Compress-Archive -DestinationPath ChromeDevExtWarningPatcher.zip -Path ChromeDevExtWarningPatcher.exe,ChromeDevExtWarningPatcher.dll,ChromeDevExtWarningPatcher.runtimeconfig.json,ChromeDevExtWarningPatcher.deps.json,CommandLine.dll,Dia2Lib.dll,MaterialDesignColors.dll,MaterialDesignThemes.Wpf.dll,Microsoft.Win32.TaskScheduler.dll,OSExtensions.dll,System.Drawing.Common.dll,TraceReloggerLib.dll,runtimes,README.txt;
dir;
- uses: "Ceiridge/action-automatic-releases@master" # actually made by marvinpinto
Expand Down
3 changes: 3 additions & 0 deletions ChromeDevExtWarningPatcher/localreadme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This tool requires the .NET 5 Desktop Runtime. Download it here: https://dotnet.microsoft.com/download/dotnet/5.0/runtime

https://github.com/Ceiridge/Chrome-Developer-Mode-Extension-Warning-Patcher
6 changes: 5 additions & 1 deletion ChromeDevExtWarningPatcher/localsignall.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
REM Copy a helpful README
copy /b/v/y localreadme.txt bin\Release\net5.0-windows\README.txt

REM Also sign the release
cd bin\Release
..\..\..\signall.bat
..\..\..\signall.bat
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ Used open source libraries:
- [dahall/Vanara](https://github.com/dahall/Vanara)
- [MaterialDesignInXAML/MaterialDesignInXamlToolkit](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit)
- [commandlineparser/commandline](https://github.com/commandlineparser/commandline)
- Some Microsoft NuGet Packages

## Copyright
Chrome-Developer-Mode-Extension-Warning-Patcher is released into the public domain according to the GPL 3.0 license by the copyright holders.
Expand Down

0 comments on commit df15fd0

Please sign in to comment.