Update build

This commit is contained in:
Hillel Coren 2022-07-06 12:22:21 +03:00
parent 230082e76c
commit 796f96a03d
2 changed files with 2 additions and 1 deletions

View File

@ -86,6 +86,7 @@ jobs:
- name: Build Selfhosted App - name: Build Selfhosted App
run: | run: |
cp lib/utils/oauth.dart.foss lib/utils/oauth.dart 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 lib/ui/app/upgrade_dialog.dart.foss lib/ui/app/upgrade_dialog.dart
cp pubspec.foss.yaml pubspec.yaml cp pubspec.foss.yaml pubspec.yaml
flutter pub get flutter pub get

View File

@ -75,7 +75,7 @@ const String kGitHubDiffUrl =
'https://github.com/invoiceninja/invoiceninja/compare/vVERSION...v5-stable'; 'https://github.com/invoiceninja/invoiceninja/compare/vVERSION...v5-stable';
const String kGitHubLangUrl = const String kGitHubLangUrl =
'https://github.com/invoiceninja/invoiceninja/blob/master/resources/lang/en/texts.php'; '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 = const String kGoogleAnalyticsUrl =
'https://support.google.com/analytics/answer/1037249?hl=en'; 'https://support.google.com/analytics/answer/1037249?hl=en';