Closed wily-coyote closed 1 month ago
This PR renames certain files and folders in the windres folder, in order for Golang to be able to properly import Ikemen-GO as a dependency.
For some context, I tried using Ikemen-GO as a dependency for a new Go module, which fails because of certain path names:
$ go get github.com/ikemen-engine/ikemen-go go: downloading github.com/ikemen-engine/ikemen-go v0.99.0 go: github.com/ikemen-engine/ikemen-go: create zip: windres/Icon's image files/Cylia/IkemenCylia.png: malformed file path "windres/Icon's image files/Cylia/IkemenCylia.png": invalid char '\'' windres/Icon's image files/Cylia/ikemen.svg: malformed file path "windres/Icon's image files/Cylia/ikemen.svg": invalid char '\'' windres/Icon's image files/CyliaV2/IkemenCylia_V2.png: malformed file path "windres/Icon's image files/CyliaV2/IkemenCylia_V2.png": invalid char '\'' windres/Icon's image files/CyliaV2/ikemen_v2.svg: malformed file path "windres/Icon's image files/CyliaV2/ikemen_v2.svg": invalid char '\'' windres/Icon's image files/V1/16x16.png: malformed file path "windres/Icon's image files/V1/16x16.png": invalid char '\'' windres/Icon's image files/V1/24x24.png: malformed file path "windres/Icon's image files/V1/24x24.png": invalid char '\'' windres/Icon's image files/V1/256x256.png: malformed file path "windres/Icon's image files/V1/256x256.png": invalid char '\'' windres/Icon's image files/V1/32x32.png: malformed file path "windres/Icon's image files/V1/32x32.png": invalid char '\'' windres/Icon's image files/V1/48x48.png: malformed file path "windres/Icon's image files/V1/48x48.png": invalid char '\'' windres/Icon's image files/V1/96x96.png: malformed file path "windres/Icon's image files/V1/96x96.png": invalid char '\'' windres/Icon's image files/V2/16x16.png: malformed file path "windres/Icon's image files/V2/16x16.png": invalid char '\'' windres/Icon's image files/V2/20x20.png: malformed file path "windres/Icon's image files/V2/20x20.png": invalid char '\'' windres/Icon's image files/V2/24x24.png: malformed file path "windres/Icon's image files/V2/24x24.png": invalid char '\'' windres/Icon's image files/V2/256x256.png: malformed file path "windres/Icon's image files/V2/256x256.png": invalid char '\'' windres/Icon's image files/V2/32x32.png: malformed file path "windres/Icon's image files/V2/32x32.png": invalid char '\'' windres/Icon's image files/V2/384x384.png: malformed file path "windres/Icon's image files/V2/384x384.png": invalid char '\'' windres/Icon's image files/V2/4324324322.png: malformed file path "windres/Icon's image files/V2/4324324322.png": invalid char '\'' windres/Icon's image files/V2/48x48.png: malformed file path "windres/Icon's image files/V2/48x48.png": invalid char '\'' windres/Icon's image files/V2/96x96.png: malformed file path "windres/Icon's image files/V2/96x96.png": invalid char '\''
This PR renames certain files and folders in the windres folder, in order for Golang to be able to properly import Ikemen-GO as a dependency.
For some context, I tried using Ikemen-GO as a dependency for a new Go module, which fails because of certain path names: