mirror of
https://github.com/GetOpenScript/OpenScript.git
synced 2026-09-18 09:45:43 +00:00
Add scripts and secrets screenshots
This commit is contained in:
@@ -12,8 +12,11 @@ execFileSync(process.execPath, ['node_modules/vite/bin/vite.js', 'build'], { std
|
||||
'dist/icons/OpenScript_v2.png',
|
||||
'dist/icons/logo.png',
|
||||
'dist/screenshot1.png',
|
||||
'dist/scripts.png',
|
||||
'dist/secrets.png',
|
||||
'dist/store-screenshot-1280x800.png',
|
||||
'dist/store-screenshot-640x400.png'
|
||||
'dist/store-scripts-1280x800.png',
|
||||
'dist/store-secrets-1280x800.png'
|
||||
].forEach(f => {
|
||||
if (fs.existsSync(f)) fs.unlinkSync(f);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user