mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-08 03:24:12 +08:00
📝 add release notes
This commit is contained in:
parent
1fc3d00f9c
commit
d7d7e1423e
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rubick",
|
"name": "rubick",
|
||||||
"version": "1.1.1",
|
"version": "2.2.9",
|
||||||
"author": "muwoo <2424880409@qq.com>",
|
"author": "muwoo <2424880409@qq.com>",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -6,11 +6,11 @@ import commonConst from '@/common/utils/commonConst';
|
|||||||
import { main } from '../browsers';
|
import { main } from '../browsers';
|
||||||
import { app } from 'electron';
|
import { app } from 'electron';
|
||||||
|
|
||||||
Object.defineProperty(app, 'isPackaged', {
|
// Object.defineProperty(app, 'isPackaged', {
|
||||||
get() {
|
// get() {
|
||||||
return true;
|
// return true;
|
||||||
},
|
// },
|
||||||
});
|
// });
|
||||||
|
|
||||||
class VersionHandler {
|
class VersionHandler {
|
||||||
private lastestVersion: string;
|
private lastestVersion: string;
|
||||||
|
@ -33,13 +33,17 @@ module.exports = {
|
|||||||
directories: {
|
directories: {
|
||||||
output: 'build',
|
output: 'build',
|
||||||
},
|
},
|
||||||
// publish: [
|
releaseInfo: {
|
||||||
// {
|
releaseName: 'normal', // normal 弹窗 / major 强制更新
|
||||||
// provider: 'github',
|
releaseNotesFile: './release/releaseNotes.md',
|
||||||
// owner: 'rubickCenter',
|
},
|
||||||
// repo: 'rubick',
|
publish: [
|
||||||
// },
|
{
|
||||||
// ],
|
provider: 'github',
|
||||||
|
owner: 'rubickCenter',
|
||||||
|
repo: 'rubick',
|
||||||
|
},
|
||||||
|
],
|
||||||
// files: ["dist_electron/**/*"],
|
// files: ["dist_electron/**/*"],
|
||||||
dmg: {
|
dmg: {
|
||||||
contents: [
|
contents: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user