mirror of https://github.com/laurent22/joplin.git
Fixing appveyor script
parent
3ec22185d5
commit
66947d4954
|
@ -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) => {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue