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:
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
Block a user