We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
app.dart
1 parent 9498e01 commit f357e3bCopy full SHA for f357e3b
1 file changed
bin/generate.dart
@@ -133,7 +133,7 @@ class AppCredentials {
133
static const String revenueCatPublicKeyDarwin = '${results['revenue-cat-public-key-darwin']}';
134
135
/// The RevenueCat Windows public key.
136
- static const String revenueCatPublicKeyWindows = '${results['revenue-cat-public-key-windows']}';
+ static const String revenueCatPublicKeyWindows = '${results['revenue-cat-public-key-windows-linux']}';
137
138
/// The RevenueCat Linux public key.
139
static const String revenueCatPublicKeyLinux = revenueCatPublicKeyWindows;
0 commit comments