diff --git a/.github/workflows/buildandrelease.yml b/.github/workflows/buildandrelease.yml index e81497c..d47c78e 100644 --- a/.github/workflows/buildandrelease.yml +++ b/.github/workflows/buildandrelease.yml @@ -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 diff --git a/ChromeDevExtWarningPatcher/localreadme.txt b/ChromeDevExtWarningPatcher/localreadme.txt new file mode 100644 index 0000000..40b65be --- /dev/null +++ b/ChromeDevExtWarningPatcher/localreadme.txt @@ -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 \ No newline at end of file diff --git a/ChromeDevExtWarningPatcher/localsignall.bat b/ChromeDevExtWarningPatcher/localsignall.bat index 396864f..ca52198 100644 --- a/ChromeDevExtWarningPatcher/localsignall.bat +++ b/ChromeDevExtWarningPatcher/localsignall.bat @@ -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 \ No newline at end of file +..\..\..\signall.bat diff --git a/README.md b/README.md index a449231..ca9d200 100644 --- a/README.md +++ b/README.md @@ -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.