-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy patheffekseer.json
More file actions
49 lines (49 loc) 路 1.94 KB
/
Copy patheffekseer.json
File metadata and controls
49 lines (49 loc) 路 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"version": "1.7.3.0",
"homepage": "https://effekseer.github.io/en/index.html",
"description": "An open source tool that allows easy creation of beautiful particle effects for games and movies. ",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/effekseer/Effekseer/releases/download/1.7.3.0/Effekseer1.7.3.0Win.zip",
"hash": "155212c5ec4d365eb1a4a5cbe25a03cfc59893723ec6680e462de4f49e605b69"
}
},
"installer": {
"script": [
"foreach ($c_file in 'Effekseer.imgui.ini', 'config.option.xml', 'config.recent.xml', 'Effekseer.config.Dock.xml') {",
" Copy-Item \"$persist_dir\\Tool\\$c_file\" \"$dir\\Tool\\$c_file\" -ErrorAction 'SilentlyContinue'",
"}",
"if (!(Test-Path \"$persist_dir\\Tool\\config.network.xml\")) { New-Item \"$dir\\Tool\\config.network.xml\" | Out-Null }"
]
},
"uninstaller": {
"script": [
"foreach ($c_file in 'Effekseer.imgui.ini', 'config.option.xml', 'config.recent.xml', 'Effekseer.config.Dock.xml') {",
" Copy-Item \"$dir\\Tool\\$c_file\" \"$persist_dir\\Tool\\$c_file\" -ErrorAction 'SilentlyContinue'",
"}"
]
},
"shortcuts": [
[
"Tool\\Effekseer.exe",
"Effekseer"
]
],
"persist": [
"Tool\\scripts",
"Tool\\config.network.xml"
],
"checkver": {
"github": "https://api.github.com/repos/effekseer/Effekseer/releases",
"jsonpath": "$[?(@.prerelease == false)].assets[?(@.name =~ /Win\\.zip/i)].browser_download_url",
"regex": "(?i)download/([\\w.]+)/Effekseer"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/effekseer/Effekseer/releases/download/$version/Effekseer$versionWin.zip"
}
}
}
}