Browse Source

Add AnimatedCircuits_Cosmic

pull/514/head
Andrew Belt 6 years ago
parent
commit
479e913807
2 changed files with 13 additions and 1 deletions
  1. +12
    -0
      manifests/AnimatedCircuits_Cosmic.json
  2. +1
    -1
      scripts/build_plugin.py

+ 12
- 0
manifests/AnimatedCircuits_Cosmic.json View File

@@ -0,0 +1,12 @@
{
"name": "Cosmic",
"author": "Animated Circuits",
"license": "proprietary",
"authorEmail": "animatedcircuits@gmail.com",
"authorUrl": "https://www.animated-circuits.com/",
"pluginUrl": "https://www.animated-circuits.com/index.html#Cosmic",
"manualUrl": "https://drive.google.com/open?id=1NsSniyaiPbcXYvHWTKynWl-uqGkcX057",
"latestVersion": "0.6.0",
"productId": "1394125144107",
"status": "available"
}

+ 1
- 1
scripts/build_plugin.py View File

@@ -20,7 +20,7 @@ def delete_stage():


def commit_stage():
system('mv -vi stage/* ../../downloads/')
system('mv -vi stage/* ../downloads/')
delete_stage()




Loading…
Cancel
Save