Skip to content

Commit 31225bd

Browse files
committed
Add user scripts and FFFSake to spec file
1 parent 9457b13 commit 31225bd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

joystick_gremlin.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ for root, _, files in os.walk("action_plugins"):
1414
datas = [
1515
("gfx", "gfx"),
1616
("qml", "qml"),
17+
("user_scripts", "user_scripts"),
1718
("device_db.json", "."),
1819
]
1920
datas.extend(action_plugins_files)
2021
binaries = [
2122
("vjoy/vJoyInterface.dll", "."),
2223
("dill/dill.dll", "."),
24+
("fffsake/fffsake.pyd", "fffsake"),
2325
]
2426

2527
# List all action plugin code files by their import name as pyinstaller

0 commit comments

Comments
 (0)