header changes and open new window for double click in finder macos (#3652)
* header changes and open new window for double click in finder macos Signed-off-by: Jess Frazelle <github@jessfraz.com> * cleanup Signed-off-by: Jess Frazelle <github@jessfraz.com> * add protocols Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * extend with info.plist Signed-off-by: Jess Frazelle <github@jessfraz.com> * fixes Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
		| @ -23,6 +23,13 @@ const config: ForgeConfig = { | ||||
|       undefined, | ||||
|     executableName: 'zoo-modeling-app', | ||||
|     icon: path.resolve(rootDir, 'assets', 'icon'), | ||||
|     protocols: [ | ||||
|       { | ||||
|         name: 'Zoo Studio', | ||||
|         schemes: ['zoo-studio'], | ||||
|       }, | ||||
|     ], | ||||
|     extendInfo: 'Info.plist', // Information for file associations. | ||||
|   }, | ||||
|   rebuildConfig: {}, | ||||
|   makers: [ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user