mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-26 18:58:21 +02:00
Move tool file
This commit is contained in:
parent
9d26f13db0
commit
dde23632c1
@ -5,7 +5,7 @@ const https = require('https');
|
||||
const request = require('request');
|
||||
|
||||
const url = 'https://api.github.com/repos/laurent22/joplin/releases/latest';
|
||||
const readmePath = __dirname + '/../../README.md';
|
||||
const readmePath = __dirname + '/../README.md';
|
||||
|
||||
async function msleep(ms) {
|
||||
return new Promise((resolve, reject) => {
|
Loading…
x
Reference in New Issue
Block a user