diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03431d14..d35eb20b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,7 @@ build_windows: - Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) - choco install git -y - choco install visualstudio2019community -y --package-parameters "--add Microsoft.VisualStudio.Product.BuildTools --includeRecommended --includeOptional --passive --locale en-US" - - cd ..; git clone https://github.com/flutter/flutter.git -b dev; $env:path += ";C:\GitLab-Runner\builds\ChristianPauly\flutter\bin"; cd fluffychat-flutter + - cd ..; git clone https://github.com/flutter/flutter.git -b dev; $env:path += ";C:\GitLab-Runner\builds\famedly\flutter\bin"; cd fluffychat-flutter - flutter doctor - flutter config --enable-windows-desktop - "$package_override = \"`r`ndependency_overrides:`r`n intl: 0.17.0-nullsafety.2\"" diff --git a/lib/app_config.dart b/lib/app_config.dart index de426dfb..d9b4de5a 100644 --- a/lib/app_config.dart +++ b/lib/app_config.dart @@ -11,9 +11,9 @@ abstract class AppConfig { static String _privacyUrl = 'https://fluffychat.im/en/privacy.html'; static String get privacyUrl => _privacyUrl; static const String sourceCodeUrl = - 'https://gitlab.com/ChristianPauly/fluffychat-flutter'; + 'https://gitlab.com/famedly/fluffychat'; static const String supportUrl = - 'https://gitlab.com/ChristianPauly/fluffychat-flutter/issues'; + 'https://gitlab.com/famedly/fluffychat/issues'; static const bool enableSentry = true; static const String sentryDns = 'https://8591d0d863b646feb4f3dda7e5dcab38@o256755.ingest.sentry.io/5243143';