refactor: remove create_start_menu, auto create start menu for entry files
This commit is contained in:
@@ -229,7 +229,6 @@ type Version struct {
|
||||
EntryFile string `gorm:"size:255" json:"entry_file"`
|
||||
EntryFiles string `gorm:"type:text" json:"entry_files"` // JSON数组,可启动的入口文件
|
||||
DesktopShortcutFiles string `gorm:"type:text" json:"desktop_shortcut_files"` // JSON数组,需要创建桌面快捷方式的文件
|
||||
CreateStartMenu bool `gorm:"default:false" json:"create_start_menu"` // 是否创建开始菜单
|
||||
AutoRun bool `gorm:"default:false" json:"auto_run"` // 是否自动运行
|
||||
DefaultInstallDir string `gorm:"size:500" json:"default_install_dir"` // 默认安装目录
|
||||
UpdateStrategy string `gorm:"size:20;default:optional" json:"update_strategy"`
|
||||
|
||||
Reference in New Issue
Block a user