I have created a desktop app using brackets-shell version sprint-38. I have done the following changes.
- config.h -changed APP_NAME from 'Brackets' to 'MyBrackets'.
- appshell_config.gypi - changed appname from 'Brackets' to 'MyBrackets'.
- Gruntfile - changed build.name from 'Brackets' to 'MyBrackets'.
After building brackets-shell with these changes i used to get 'MyBrackets.exe'
inside brackets-shell/release folder.
while executing the exe one file chooser popup comes, and node & MyBrackets.exe processes will start in the background.
his works fine with Sprint38,But after migrating to brackets-shell tag version release-1.3 or master, this dose not work. The file chooser is not coming as well as no node process starts.
Is any thing i am missing with the latest release ?