macpack -V (return code: 1)
Unhandled Exception:
System.IO.FileNotFoundException: --version does not exist
File name: '--version'
at System.IO.File.Copy (System.String sourceFileName, System.String destFileName, Boolean overwrite) <0x7fd80b159b00 + 0x002c0> in <filename unknown>:0
at System.IO.File.Copy (System.String sourceFileName, System.String destFileName) <0x7fd80b159ae0 + 0x00013> in <filename unknown>:0
at Mac.Pack.Generate () <0x41ee5d90 + 0x007af> in <filename unknown>:0
at Mac.Pack.Main (System.String[] args) <0x41ee3d50 + 0x00a27> in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: --version does not exist
File name: '--version'
at System.IO.File.Copy (System.String sourceFileName, System.String destFileName, Boolean overwrite) <0x7fd80b159b00 + 0x002c0> in <filename unknown>:0
at System.IO.File.Copy (System.String sourceFileName, System.String destFileName) <0x7fd80b159ae0 + 0x00013> in <filename unknown>:0
at Mac.Pack.Generate () <0x41ee5d90 + 0x007af> in <filename unknown>:0
at Mac.Pack.Main (System.String[] args) <0x41ee3d50 + 0x00a27> in <filename unknown>:0
macpack -h (return code: 255)
Usage is:
macpack [options] assembly
-n appname -appname:appname Application Name
-o output -output:OUTPUT Output directory
-a assembly Assembly to pack
-i file -icon file Icon filename
-r resource1,resource2 Additional files to bundle
-m [winforms|cocoa|x11|console] The mode for the application
Error: No assembly to macpack was specified
Usage is:
macpack [options] assembly
-n appname -appname:appname Application Name
-o output -output:OUTPUT Output directory
-a assembly Assembly to pack
-i file -icon file Icon filename
-r resource1,resource2 Additional files to bundle
-m [winforms|cocoa|x11|console] The mode for the application