Skip to content

Commit 0bc458b

Browse files
committed
update(configs): Use example
1 parent 0bb16f4 commit 0bc458b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

PackageScript

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ with open(os.path.join(builder.buildPath, 'pdblog.txt'), 'wt') as fp:
3434
fp.write(line.path + '\n')
3535

3636
configs_folder = builder.AddFolder(os.path.join('addons', 'swiftly', 'configs'))
37-
builder.AddCopy(os.path.join(builder.sourcePath, 'plugin_files', 'configs', 'addons.json'), configs_folder)
37+
builder.AddCopy(os.path.join(builder.sourcePath, 'plugin_files', 'configs', 'addons.example.json'), configs_folder)
3838

3939
gamedata_folder = builder.AddFolder(os.path.join('addons', 'swiftly', 'gamedata', 'addons'))
4040
builder.AddCopy(os.path.join(builder.sourcePath, 'plugin_files', 'gamedata', 'addons', 'offsets.json'), gamedata_folder)

0 commit comments

Comments
 (0)