chore(wallpaper): rename asset folder bin (#479)

This commit is contained in:
Yannis Petitot
2022-03-28 19:14:18 +02:00
committed by GitHub
parent 9e8fa6d8ee
commit 3d97c59ecc
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const childProcess = require('child_process');
const execFile = promisify(childProcess.execFile);
// Binary source → https://github.com/sindresorhus/win-wallpaper
const binary = path.join(__dirname, 'assets', 'win-wallpaper.exe');
const binary = path.join(__dirname, 'bin', 'win-wallpaper.exe');
exports.get = async () => {
const { stdout } = await execFile(binary);