VeryGoodOpenSource / very_good_templates

Collection of open-source templates created and maintained by Very Good Ventures.
70 stars 15 forks source link

fix: generating a Windows applications displays 2022 copyright #162

Closed alestiago closed 2 months ago

alestiago commented 3 months ago

Description

When creating a Windows application, the copyright notice is 2022 instead of the current year.

Steps To Reproduce

  1. mason get
  2. mason make very_good_core
  3. See my_app/windows/runner/Runner.rc:
VALUE "LegalCopyright", "Copyright (C) 2022 com.example. All rights reserved." "\0"

Expected Behavior Legal copyright should be updated to current year when generated.

Additional Context

Antoniobox commented 2 months ago

Hello, Could you assign me to this issue? I’d like to work on it

alestiago commented 2 months ago

@Antoniobox solved the issue for Very Good Core with #188, I believe we're missing the same change for the Flame Game template before closing.

alestiago commented 2 months ago

Closing this as completed, thanks @Antoniobox for the efforts!