mirror of
https://github.com/TangentFoxy/love-release.git
synced 2026-02-21 18:56:52 -07:00
Merge execute_module in init_module
This commit is contained in:
+1
-3
@@ -1,7 +1,5 @@
|
||||
# Android debug package
|
||||
execute_module "android"
|
||||
|
||||
init_module "Android"
|
||||
init_module "Android" "android"
|
||||
|
||||
|
||||
PACKAGE_NAME=$(echo $PROJECT_NAME | sed -e 's/[^-a-zA-Z0-9_]/-/g' | tr '[:upper:]' '[:lower:]')
|
||||
|
||||
+1
-3
@@ -1,7 +1,5 @@
|
||||
# Debian package
|
||||
execute_module "debian"
|
||||
|
||||
init_module "Debian"
|
||||
init_module "Debian" "debian"
|
||||
|
||||
|
||||
PACKAGE_NAME=$(echo $PROJECT_NAME | sed -e 's/[^-a-zA-Z0-9_]/-/g' | tr '[:upper:]' '[:lower:]')
|
||||
|
||||
+1
-3
@@ -1,7 +1,5 @@
|
||||
# Mac OS X
|
||||
execute_module "osx"
|
||||
|
||||
init_module "Mac OS X"
|
||||
init_module "Mac OS X" "osx"
|
||||
|
||||
|
||||
PACKAGE_NAME=$(echo $PROJECT_NAME | sed -e 's/[^-a-zA-Z0-9_]/-/g' | tr '[:upper:]' '[:lower:]')
|
||||
|
||||
+1
-3
@@ -1,7 +1,5 @@
|
||||
# Windows
|
||||
execute_module "windows"
|
||||
|
||||
init_module "Windows"
|
||||
init_module "Windows" "windows"
|
||||
|
||||
|
||||
PACKAGE_NAME=$(echo $PROJECT_NAME | sed -e 's/[^-a-zA-Z0-9_]/-/g' | tr '[:upper:]' '[:lower:]')
|
||||
|
||||
Reference in New Issue
Block a user