优化bug
This commit is contained in:
@@ -83,8 +83,8 @@
|
||||
|
||||
2. **运行加密脚本**
|
||||
```bash
|
||||
npm run encrypt:win # Windows
|
||||
npm run encrypt:linux # Linux/Mac
|
||||
yarncrypt:win # Windows
|
||||
yarncrypt:linux # Linux/Mac
|
||||
```
|
||||
|
||||
3. **验证结果**
|
||||
|
||||
@@ -14,7 +14,7 @@ if (!process.versions.electron) {
|
||||
console.error('请使用以下方式运行:');
|
||||
console.error(' Windows: encrypt-electron-win.bat');
|
||||
console.error(' Linux/Mac: ./encrypt-electron.sh');
|
||||
console.error(' 或: npm run encrypt:win / npm run encrypt:linux');
|
||||
console.error(' 或: yarncrypt:win / yaryarnpt:linux');
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user