Skip to content

Commit

Permalink
Update Runner.rc
Browse files Browse the repository at this point in the history
  • Loading branch information
sorydima authored Jul 2, 2024
1 parent e65ccea commit 6828f76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
#ifdef FLUTTER_BUILD_NUMBER
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
#else
#define VERSION_AS_NUMBER 3,8,0
#define VERSION_AS_NUMBER 4,0,1
#endif

#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "3.8.0"
#define VERSION_AS_STRING "4.0.1"
#endif

VS_VERSION_INFO VERSIONINFO
Expand All @@ -93,7 +93,7 @@ BEGIN
VALUE "FileDescription", "REChain.Online! - PRIVATE & SECURE FUTURE!" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "REChain ®️ 🪐" "\0"
VALUE "LegalCopyright", "Need help? 🤔 Email us! 👇 A Dmitry Sorokin production. All rights reserved. Powered by REChain ® 🪐. Copyright © 2019-2024 REChain, Inc REChain ® is a registered trademark hr@rechain.email p2p@rechain.email pr@rechain.email sorydima@rechain.email support@rechain.email sip@rechain.email music@rechain.email Please allow anywhere from 1 to 5 business days for E-mail responses! 💌" "\0"
VALUE "LegalCopyright", "Copyright © 2019-2024 Need help? 🤔 Donate US! ⌛️ For tea, coffee! For the future of decentralized and distributed internet. We do cool and, in my opinion, useful things for the safety and security of users' personal data. And on a completely non-commercial basis! 😎 Email us! 👇 A Dmitry Sorokin production. All rights reserved. Powered by REChain ®️. 🪐 Copyright © 2019-2024 REChain, Inc REChain ® is a registered trademark hr@rechain.email p2p@rechain.email pr@rechain.email sorydima@rechain.email support@rechain.email sip@rechain.email music@rechain.email cfa@rechain.email anti@rechain.email mot_cfa@rechain.email rechainstore@rechain.email models@rechain.email Please allow anywhere from 1 to 5 business days for E-mail responses! 💌 Our Stats! 👀 At the end of 2023, the number of downloads from the Open-Source Places, Apple AppStore, Google Play Market, and the REChain.Store ✨ exceeded 29 million downloads. 😈 👀" "\0"
VALUE "OriginalFilename", "REChain ®️ 🪐.exe" "\0"
VALUE "ProductName", "REChain ®️ 🪐" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
Expand Down

0 comments on commit 6828f76

Please sign in to comment.