Skip to content

Commit

Permalink
Moved plugins dir to config.dist, updated setup scripts to package pl…
Browse files Browse the repository at this point in the history
…ugins directory
  • Loading branch information
sairuk committed May 21, 2016
1 parent 6879836 commit 6f2c50e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
20131107mahcade
20160521mahcade
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -69,6 +69,7 @@
("share/games/wahcade/config.dist/layouts/simple_640x480", glob.glob("config.dist/layouts/simple_640x480/*.*")),
("share/games/wahcade/config.dist/layouts/simple_800x600", glob.glob("config.dist/layouts/simple_800x600/*.*")),
("share/games/wahcade/config.dist/layouts/simple_1024x768", glob.glob("config.dist/layouts/simple_1024x768/*.*")),
("share/games/wahcade/config.dist/plugins/", glob.glob("config.dist/plugins/*.*")),
("share/games/wahcade/doc", glob.glob("doc/[A-Z]*")),
("share/games/wahcade/doc/samples", glob.glob("doc/samples/*")),
("share/games/wahcade/doc/xmame", glob.glob("doc/xmame/*")),
Expand Down
5 changes: 4 additions & 1 deletion wahcade_files
Expand Up @@ -85,6 +85,9 @@ wahcade/config.dist/layouts/simple_800x600/layout.lay
wahcade/config.dist/layouts/simple_800x600/main.png
wahcade/config.dist/layouts/simple_1024x768/layout.lay
wahcade/config.dist/layouts/simple_1024x768/main.png
wahcade/config.dist/plugins/launcher_desktop.py
wahcade/config.dist/plugins/launcher_lnk.py
wahcade/config.dist/plugins/launcher_url.py
wahcade/doc/CHANGELOG
wahcade/doc/COPYING
wahcade/doc/INI_FILES
Expand Down Expand Up @@ -203,4 +206,4 @@ wahcade/templates/xmame.ini
wahcade/templates/xmame-sdl.ini
wahcade/templates/xmame-xgl.ini
wahcade/templates/yabause.ini
wahcade/templates/zsnes.ini
wahcade/templates/zsnes.ini

0 comments on commit 6f2c50e

Please sign in to comment.