I want to test deployment of my first mono mac app. (yay!)

But I need to create directories to save data in. But I would like to do it part of my install process on the mac. I have no clue how to make that part of the monomac packager???

有帮助吗?

解决方案

You might have to forgo creating these folders as a part of your install process and instead modify your application to check for them, and create them if they do not exist, because AFAIK, the current mac-bundle plugin to mdtool doest support that level of customization

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top