diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 374a8ffc2..ed61e143a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,6 +86,7 @@ jobs: - name: Build Selfhosted App run: | cp lib/utils/oauth.dart.foss lib/utils/oauth.dart + cp lib/ui/app/app_review.dart.foss lib/ui/app/app_review.dart cp lib/ui/app/upgrade_dialog.dart.foss lib/ui/app/upgrade_dialog.dart cp pubspec.foss.yaml pubspec.yaml flutter pub get diff --git a/lib/constants.dart b/lib/constants.dart index cb1548058..be7cef290 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -75,7 +75,7 @@ const String kGitHubDiffUrl = 'https://github.com/invoiceninja/invoiceninja/compare/vVERSION...v5-stable'; const String kGitHubLangUrl = 'https://github.com/invoiceninja/invoiceninja/blob/master/resources/lang/en/texts.php'; -const String kStatusCheckUrl = 'https://status.invoiceninja.com'; +const String kStatusCheckUrl = 'https://status.invoiceninja.com/'; const String kGoogleAnalyticsUrl = 'https://support.google.com/analytics/answer/1037249?hl=en';