mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-25 20:09:27 +08:00
📝 add release notes
This commit is contained in:
@@ -6,11 +6,11 @@ import commonConst from '@/common/utils/commonConst';
|
||||
import { main } from '../browsers';
|
||||
import { app } from 'electron';
|
||||
|
||||
Object.defineProperty(app, 'isPackaged', {
|
||||
get() {
|
||||
return true;
|
||||
},
|
||||
});
|
||||
// Object.defineProperty(app, 'isPackaged', {
|
||||
// get() {
|
||||
// return true;
|
||||
// },
|
||||
// });
|
||||
|
||||
class VersionHandler {
|
||||
private lastestVersion: string;
|
||||
|
||||
Reference in New Issue
Block a user