Skip to content

Unable to change app ID #35

Open
Open
@SGarno

Description

@SGarno

Device:

  • OS: Windows
  • Version: 10
  • Go Version: 1.15

Describe the bug
Changing the app ID in guark.yaml to a value with more or less than 9 characters, seems to cause a compilation error:

D:\Development\tm1compare\app>guark build
✔ Delete existing dest: Y
✔ Delete existing dest: Y
✔ Build Initialized 🔨
✔ Build App UI 🎨
✔ Build Embeded Files 🗃️
✔ Build Meta Files ℹ️
⠧ Building Windows App...# carpedatuminc.com/sgarno/tm1compare
C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: $WORK\b001\exe\a.out.exe: .rsrc merge failure: corrupt .rsrc section
✔ Build Windows App 🗔

To Reproduce
Steps to reproduce the behavior:

  1. Edit guark.yaml, change GuarkDemo to GuarkDemoX
# App id must be unique.
id: GuarkDemoX
  1. Execute guark build
  2. Repeat item 1, but change GuarkDemo to GuarkDem
# App id must be unique.
id: GuarkDem
  1. Execute guark build

Expected behavior
Successful compilation

Additional Information
Not sure what the comment that App id must be unique is referring to. Unique to what?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions