Skip to content

Commit

Permalink
Fixing appveyor script
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Feb 5, 2018
1 parent 3ec2218 commit 66947d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tools/release-electron.js
Expand Up @@ -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) => {
Expand Down
4 changes: 3 additions & 1 deletion appveyor.yml
Expand Up @@ -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
Expand Down

0 comments on commit 66947d4

Please sign in to comment.