Is it possible to use Github as the download source (for non-WordPress repository)? If yes, how?
I have try this but didnt work:
array(
'name' => 'Download From Github',
'slug' => 'download-from-github',
'source' => 'https://github.com/SomeDude/download-from-github/archive/master.zip',
'required' => false,
'version' => '1.0',
'force_activation' => false,
'force_deactivation' => false,
'external_url' => 'https://github.com/SomeDude/download-from-github',
)
and this:
'source' => 'https://nodeload.github.com/SomeDude/download-from-github/zip/master'
Thanks
Is it possible to use Github as the download
source(for non-WordPress repository)? If yes, how?I have try this but didnt work:
array( 'name' => 'Download From Github', 'slug' => 'download-from-github', 'source' => 'https://github.com/SomeDude/download-from-github/archive/master.zip', 'required' => false, 'version' => '1.0', 'force_activation' => false, 'force_deactivation' => false, 'external_url' => 'https://github.com/SomeDude/download-from-github', )and this:
Thanks