Remove Act, AutoUpdater, and Book IPC modules alongside associated database logic.
This commit is contained in:
@@ -8,7 +8,7 @@ export interface Configs {
|
||||
appVersion: string;
|
||||
}
|
||||
|
||||
const isProduction: boolean = false;
|
||||
const isProduction: boolean = true;
|
||||
export const isDesktop: boolean = true;
|
||||
|
||||
export const configs: Configs = {
|
||||
|
||||
Reference in New Issue
Block a user