From 639242c2219cf36117bcb5e9566592d32ff3080a Mon Sep 17 00:00:00 2001 From: Mike Ward Date: Sat, 30 Jan 2021 19:32:28 -0600 Subject: [PATCH] change link colors, extend timeout on reverse lookups --- publish.cmd | 23 ++++++--- src/tweetz.core/Resources/Dark.xaml | 2 +- src/tweetz.core/Resources/Light.xaml | 2 +- src/tweetz.core/Resources/Nord.xaml | 70 +++++++++++++++++++++------- 4 files changed, 70 insertions(+), 27 deletions(-) diff --git a/publish.cmd b/publish.cmd index 80cb6737..a1242949 100644 --- a/publish.cmd +++ b/publish.cmd @@ -2,25 +2,34 @@ del /f/s/q bin > nul && rmdir /s/q bin if EXIST bin goto ERROR pushd src\tweetz.core - + +echo( +echo --- Build framework-dependent --- +echo( dotnet publish -f net5.0-windows -r win10-x86 -c Release --self-contained false --output ../../bin/framework-dependent if ERRORLEVEL 1 goto ERROR -dotnet publish -f net5.0-windows -r win10-x86 -c Release --self-contained true /p:PublishTrimmed=false --output ../../bin/self-contained +echo( +@echo --- Build self-contained --- +echo( +dotnet publish -f net5.0-windows -r win10-x86 -c Release --self-contained true --output ../../bin/self-contained if ERRORLEVEL 1 goto ERROR popd -@echo Build Installer... -iscc /Qp tweetz.core.setup.iss +echo( +echo --- Build installer --- +iscc /Q tweetz.core.setup.iss if ERRORLEVEL 1 goto ERROR pushd bin -@echo Build zip archives -7z a -r dist/tweetz-framework-dependent.zip ./framework-dependent/* +echo( +echo( +echo --- Build zip archives --- +7z a -bso0 -bsp0 -r dist/tweetz-framework-dependent.zip ./framework-dependent/* if ERRORLEVEL 1 goto ERROR -7z a -r dist/tweetz-self-contained.zip ./self-contained/* +7z a -bso0 -bsp0 -r dist/tweetz-self-contained.zip ./self-contained/* if ERRORLEVEL 1 goto ERROR popd diff --git a/src/tweetz.core/Resources/Dark.xaml b/src/tweetz.core/Resources/Dark.xaml index 6671d801..049aa412 100644 --- a/src/tweetz.core/Resources/Dark.xaml +++ b/src/tweetz.core/Resources/Dark.xaml @@ -24,7 +24,7 @@ #fff #333 - #999 + #da5 #444 #888 diff --git a/src/tweetz.core/Resources/Light.xaml b/src/tweetz.core/Resources/Light.xaml index a9a240e3..11f9dae7 100644 --- a/src/tweetz.core/Resources/Light.xaml +++ b/src/tweetz.core/Resources/Light.xaml @@ -24,7 +24,7 @@ #000 #f8f8f8 - #003 + #34d #444 #888 diff --git a/src/tweetz.core/Resources/Nord.xaml b/src/tweetz.core/Resources/Nord.xaml index eca4647f..c4049df3 100644 --- a/src/tweetz.core/Resources/Nord.xaml +++ b/src/tweetz.core/Resources/Nord.xaml @@ -16,31 +16,65 @@ #2E3440 #4C566A - - + + - - - + + + - - - + + + - - + + - - - + + + #da5 - - - - + + + + - + #441f1f