xeoncross / macappshell

Creates a Mac OSX .app folder (complete with icons) ready for your binary file. Perfect for Golang, Rust, C++, etc..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] Allow specifying major/minor version

HactarCE opened this issue · comments

Currently, apps made using this script always show up as version 0.01. I would appreciate the ability to change this.
image

If you look inside the [name].app/Contents/Info.plist file you can manually edit the version number for now.