essential-actions
Clone or download
Modified Files
--- 'a/.gitignore'
+++ b/.gitignore
@@ -3,4 +3,4 @@
.idea/
target/
-PreBuiltPlugins/
\ No newline at end of file
+BuiltPlugins/
\ No newline at end of file
--- 'a/build.bat'
+++ b/build.bat
@@ -1,6 +1,6 @@
@echo off
-SET FOLD=PreBuiltPlugins
+SET FOLD=BuiltPlugins
SET DEPS=Dependencies
SET quit=true
rmdir /q /s %FOLD%
--- 'a/build.sh'
+++ b/build.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-FOLD=PreBuiltPlugins
+FOLD=BuiltPlugins
DEPS=Dependencies
hotkey() {