NativeScript / nativescript-app-sync

♻️ Update your app without going through the app store!
MIT License
125 stars 24 forks source link

Re: changes file list logs #30

Open max-pro opened 5 years ago

max-pro commented 5 years ago

Hello All,

I created a release request and it successfully completed. but I want to see what changes have been deployed on code push server. As screenshot attached.

image

EddyVerbruggen commented 5 years ago

You want to see the binary zip that's stored on the server?

max-pro commented 5 years ago

How to see binary zip is there a link because through a portal I'm not able to see my release commit also. But through a cmd, I can see as send in the last screenshot. image

EddyVerbruggen commented 5 years ago

You can't see a binary link, only the app will receive it if relevant. But it's simply a zipped version of the app folder in the platforms directory (the one containing tns_modules).

max-pro commented 5 years ago

When we commit any release it takes only changes or again full app folder.