Skip to content

Commit f357e3b

Browse files
committed
fix: Fixed the app.dart build script.
1 parent 9498e01 commit f357e3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/generate.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class AppCredentials {
133133
static const String revenueCatPublicKeyDarwin = '${results['revenue-cat-public-key-darwin']}';
134134
135135
/// The RevenueCat Windows public key.
136-
static const String revenueCatPublicKeyWindows = '${results['revenue-cat-public-key-windows']}';
136+
static const String revenueCatPublicKeyWindows = '${results['revenue-cat-public-key-windows-linux']}';
137137
138138
/// The RevenueCat Linux public key.
139139
static const String revenueCatPublicKeyLinux = revenueCatPublicKeyWindows;

0 commit comments

Comments
 (0)