filters/sub-action.py

15 lines
723 B
Python
Raw Normal View History

2021-08-21 05:56:35 +00:00
import os
import sys
2021-08-21 16:12:12 +00:00
sys.path.append('/filters-maker')
2021-08-21 05:42:41 +00:00
import build_make
2021-08-21 05:56:35 +00:00
os.makedirs('/gh-releases',exist_ok=True)
2021-08-21 05:42:41 +00:00
2021-11-05 14:02:56 +00:00
build_make.filepath_mass_changer('Allowlist' ,'/reprwiki/Private-build/Allowlist' ,'/gh-releases','txt')
build_make.filepath_mass_changer('Veneto' ,'/reprwiki/Private-build/veneto' ,'/gh-releases','txt')
build_make.filepath_mass_changer('ucate' ,'/reprwiki/Private-build/ucate' ,'/gh-releases','txt')
build_make.filepath_mass_changer('Allowlist' ,'/reprwiki/Private-build/Allowlist' ,'/gh-releases','conf')
build_make.filepath_mass_changer('Veneto' ,'/reprwiki/Private-build/veneto' ,'/gh-releases','conf')
build_make.filepath_mass_changer('ucate' ,'/reprwiki/Private-build/ucate' ,'/gh-releases','conf')