essential-actions

Clone or download

Merge branch 'stream-pi:master' into master

Modified Files

M .gitignore
+1 −1
--- 'a/.gitignore'
+++ b/.gitignore
@@ -3,4 +3,4 @@
.idea/
target/
-PreBuiltPlugins/
\ No newline at end of file
+BuiltPlugins/
\ No newline at end of file
M build.bat
+1 −1
--- '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%
M build.sh
+1 −1
--- 'a/build.sh'
+++ b/build.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-FOLD=PreBuiltPlugins
+FOLD=BuiltPlugins
DEPS=Dependencies
hotkey() {