12 lines
162 B
TOML
12 lines
162 B
TOML
# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY
|
|
version = 1
|
|
name = "EG"
|
|
|
|
[setup]
|
|
script = ""
|
|
|
|
[[actions]]
|
|
name = "运行"
|
|
icon = "run"
|
|
command = "python ./main.py"
|