Skip to content

Commit 5218403

Browse files
committed
Restructure repo for Simba packages
1 parent 237ab6b commit 5218403

11 files changed

Lines changed: 564 additions & 114 deletions

.github/workflows/autobuild.yml

Lines changed: 0 additions & 113 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/*.res
33
/lib
44
/backup
5-
/*.dll
5+
/source/*.dll

.simbapackage

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// The package name to install under.
2+
name=
3+
// The path to install into, from the working directory.
4+
directory=Plugins
5+
// collapse top level folders
6+
collapse=false
7+
// files not to install
8+
blacklist=.gitignore,.simbapackage,source,README.md

libwindowoverlay32.dll

415 KB
Binary file not shown.

libwindowoverlay64.dll

570 KB
Binary file not shown.

0 commit comments

Comments
 (0)