FormularSumo / Star-Wars-Galaxy-Collection

A remake of the discontinued Star Wars Force Collection game https://formularsumo.github.io/Star-Wars-Galaxy-Collection-Web/ https://play.google.com/store/apps/details?id=com.formularsumo.starwarsforcecollectionremake.embed
GNU Affero General Public License v3.0
6 stars 0 forks source link

Figure out how to create a .exe file to launch game #4

Closed FormularSumo closed 3 years ago

FormularSumo commented 3 years ago

https://love2d.org/wiki/Game_Distribution#Windows http://www.angusj.com/resourcehacker/

FormularSumo commented 3 years ago

copy /b "C:\Program Files\LOVE\love.exe" + "C:\Users\chewy\Documents\SWGC\Star-Wars-Galaxy-Collection\game.love" "C:\Users\chewy\Documents\SWGC\Galaxy Collection\Galaxy Collection.exe"

FormularSumo commented 3 years ago

https://github.com/FormularSumo/Star-Wars-Force-Collection-remake/releases/tag/0.1

FormularSumo commented 3 years ago
1 VERSIONINFO
FILEVERSION 0,11,0,0
PRODUCTVERSION 0,11,0,0
FILEOS 0x40004
FILETYPE 0x1
{
BLOCK "StringFileInfo"
{
    BLOCK "040904B0"
    {
        VALUE "FileDescription", "Galaxy Collection"
        VALUE "FileVersion", "0.11"
        VALUE "CompanyName", "FormularSumo"
        VALUE "LegalCopyright", "Copyright \xA9 2020-2021 FormularSumo"
        VALUE "ProductName", "Galaxy Collection"
        VALUE "ProductVersion", "0.11"
        VALUE "OriginalFilename", "Galaxy Collection.exe"
    }
}

BLOCK "VarFileInfo"
{
    VALUE "Translation", 0x0809 0x04E4  
}
}