diff --git a/misc/Deployment.md b/misc/Deployment.md index 21ee272..8ac28a0 100644 --- a/misc/Deployment.md +++ b/misc/Deployment.md @@ -6,6 +6,14 @@ ___ ## Client +Deployment of the productive client: +- create a branch release/pub_ from test release branch +- remove all text references to 'test' (changing target url in the process) +- rename application in settings +- change BG_COLOR in settings to #203864 +- user deployment publish xml + + ## Database ## Backend / Flask app diff --git a/src/BreCalClient/Properties/PublishProfiles/ClickOnceProfile.pubxml b/src/BreCalClient/Properties/PublishProfiles/ClickOnceProfile.pubxml index fab3079..ce50fd9 100644 --- a/src/BreCalClient/Properties/PublishProfiles/ClickOnceProfile.pubxml +++ b/src/BreCalClient/Properties/PublishProfiles/ClickOnceProfile.pubxml @@ -19,12 +19,12 @@ https://go.microsoft.com/fwlink/?LinkID=208121. True False Any CPU - bin\Release\net6.0-windows\app.publish\ + bin\Release\net6.0-windows\win-x64\app.publish\ bin\publish\ ClickOnce False - False - False + True + True (none) False net6.0-windows @@ -38,11 +38,18 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Informatikbüro Daniel Schick Bremen calling client https://www.bsmd-emswe.eu/ + win-x64 + false - - true - .NET Desktop Runtime 6.0.16 (x64) - + + + + + + Include + true + File + \ No newline at end of file