hetelek / Velocity

A cross-platform application built using the Qt framework that allows you to browse and edit Xbox 360 files.
GNU General Public License v3.0
170 stars 50 forks source link

Add Windows/Mac build scripts #112

Closed hetelek closed 5 days ago

hetelek commented 5 days ago

This adds some build scripts (build_mac and build_windows.ps1) which show how to build Velocity. They are not really meant to be used out of the box but should help.

build_mac attempts to sign the app using codesign but requires a developer ID to be inserted.

The scripts make assumptions such as the Qt path, so that may need updating depending on your setup.