File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 1- cd Plugins
2- directories_to_keep=" SteamInputSimplePlugin/Config/\
3- SteamInputSimplePlugin/Content\
4- SteamInputSimplePlugin/Resources\
5- SteamInputSimplePlugin/Source\
6- SteamInputSimplePlugin/SteamInputSimplePlugin.uplugin"
1+ cd Plugins/SteamInputSimplePlugin
2+ directories_to_keep=" Config/\
3+ Content/\
4+ Resources/\
5+ Source/\
6+ SteamInputSimplePlugin.uplugin"
7+
8+ target_dir=" ../../target"
79
810zip -r -9 -X -q -o " SteamInputPlugin.zip" $directories_to_keep
911
10- [ -d ../target ] && rm -r ../target
12+ [ -d $target_dir ] && rm -r $target_dir
1113
12- mkdir -p ../target /fab
14+ mkdir -p $target_dir /fab
1315
14- mv " SteamInputPlugin.zip" ../target /fab/SteamInputPlugin.zip
16+ mv " SteamInputPlugin.zip" $target_dir /fab/SteamInputPlugin.zip
1517
1618cd -
You can’t perform that action at this time.
0 commit comments