Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
Fix Subplugin Not Getting Packaged
Browse files Browse the repository at this point in the history
  • Loading branch information
Batfoxkid committed Feb 7, 2021
1 parent abdbaf8 commit 83e3284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ mkdir -p package/addons/sourcemod/data
mkdir -p package/addons/sourcemod/configs

cp -r addons/sourcemod/plugins/freak_fortress_2.smx package/addons/sourcemod/plugins
cp -r addons/sourcemod/plugins/freaks package/addons/sourcemod/plugins
cp -r ../addons/sourcemod/gamedata/equipwearable.txt package/addons/sourcemod/gamedata
cp -r ../addons/sourcemod/data/freak_fortress_2 package/addons/sourcemod/data
cp -r ../addons/sourcemod/configs/freak_fortress_2 package/addons/sourcemod/configs
Expand Down

0 comments on commit 83e3284

Please sign in to comment.