mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 10:34:18 +00:00
added default manifest
This commit is contained in:
parent
7ea86da788
commit
8129dcd980
12
src/main/models/defaultManifest.js
Normal file
12
src/main/models/defaultManifest.js
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
export default {
|
||||||
|
id: null,
|
||||||
|
name: null,
|
||||||
|
description: null,
|
||||||
|
icon: null,
|
||||||
|
version: null,
|
||||||
|
install_path: null,
|
||||||
|
remote_url: null,
|
||||||
|
patches: [],
|
||||||
|
applied_patches: [],
|
||||||
|
options: {},
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user