1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Fixing appveyor script

This commit is contained in:
Laurent Cozic 2018-02-05 17:34:31 +00:00
parent 3ec22185d5
commit 66947d4954
2 changed files with 4 additions and 2 deletions

View File

@ -22,7 +22,7 @@ async function main() {
const release = await githubRelease(tagName, true);
console.info(release);
console.info('Created GitHub release: ' + release.html_url);
}
main().catch((error) => {

View File

@ -13,7 +13,9 @@ install:
- yarn
build_script:
- ps: cd ElectronClient\app
- ps: cd Tools
- npm install
- ps: cd ..\ElectronClient\app
- ps: xcopy /C /I /H /R /Y /S ..\..\ReactNativeClient\lib lib
- npm install
- yarn dist