You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Makefile in various app repos has make dist and/or make appstore targets.
(sometimes both - e.g. owncloud/richdocuments#302 )
which is intended to be the "official" "standard" one?
do we delete the other one?
They get out-of-sync and end up producing tarballs with different contents because appstore works by putting everything into the tarball expect for a list of things to be excluded, but dist works by just putting in a positive list of what is wanted.
The text was updated successfully, but these errors were encountered:
@PVince81@DeepDiver1975@micbar or anyone else
I guess there was some history here. It would be nice to standardize this rather than people wondering at release time if they should type make appstore or make dist
comments please.
Currently the
Makefile
in various app repos hasmake dist
and/ormake appstore
targets.(sometimes both - e.g. owncloud/richdocuments#302 )
They get out-of-sync and end up producing tarballs with different contents because
appstore
works by putting everything into the tarball expect for a list of things to be excluded, butdist
works by just putting in a positive list of what is wanted.The text was updated successfully, but these errors were encountered: