Skip to content

buildscripts/winbuild.sh is tied to wine #14

@g1itch

Description

@g1itch

Currently there is no way to use the buildscripts/winbuild.sh script to build executable on Windows. Because it's rather winebuild.sh, though it runs all the commands we need to run to build windows exe, it passes all them to wine.

If we rewrite the script to work on Windows, than we can do:

$ wine buildscripts/winbuild.sh
$ i386 wine buildscripts/winbuild.sh

on Linux.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions