Description
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:
- Edit guark.yaml, change GuarkDemo to GuarkDemoX
# App id must be unique.
id: GuarkDemoX
- Execute
guark build
- Repeat item 1, but change GuarkDemo to GuarkDem
# App id must be unique.
id: GuarkDem
- 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?