RupertAvery / PSXPackager

A utility to convert Playstation disc images in various formats to PBP format and back
Other
230 stars 15 forks source link

Fix PSXPackagerGUI Release path #34

Closed takano32 closed 1 year ago

takano32 commented 1 year ago

Sorry for trivial fix.

I built binaries in Linux and got something strange file.

That's README.MD...

$ make
$ ls build
linux-x64  osx-x64  PsxPackagerGUI  PSXPackagerGUI  win-x64
$ file build/PsxPackagerGUI
build/PsxPackagerGUI: directory
$ file build/PSXPackagerGUI 
build/PSXPackagerGUI: UTF-8 Unicode (with BOM) text
$ head -3 build/PSXPackagerGUI 
# PSXPackager

PSXPackager is a port of the `popstation-md` C source to C#.

This fix, set Release directory as PSXPackagerGUI and working case sensitive copy command in case sensitive file system without problem.