wil / trello.app

A simple Trello app for Mac OSX based on node-webkit
BSD 2-Clause "Simplified" License
7 stars 2 forks source link

No such file or directory #1

Open sahil263 opened 10 years ago

sahil263 commented 10 years ago

After running ./build.sh I get following message:

sAhils-MacBook-Pro:~ admin$ sudo /Users/admin/Downloads/trello.app-master/build.sh cp: trello.icns: No such file or directory cp: Info.plist: No such file or directory cp: index.html: No such file or directory cp: package.json: No such file or directory cp: trello-status.png: No such file or directory sAhils-MacBook-Pro:~ admin$

wil commented 10 years ago

Hi there,

Could you try doing the following instead?

cd /Users/admin/Downloads/trello.app-master
./build.sh

If there is no error, you should have a Trello.app in the current directory, and you can copy that to the /Applications/.

sahil263 commented 10 years ago

Hi Wil,

Thanks for your quick response !

"cd /Users/admin/Downloads/trello.app-master ./build.sh"

worked !

Does you app also supports "notification centre" functionality too ?

And I was not able to find a full screen support nor I was able to move the app window on the screen. I think the above mentioned features would be great for your app !

But, any way thanks for your quick support.

Best regards, Sahil

wil commented 10 years ago

No, it is fairly rudimentary at the moment. I haven't looked into the possibility of supporting "notification centre" but it's a good idea.

Patches welcome though ;-)