mirror of https://github.com/Syncplay/syncplay
Builder no longer copies the buzzer.wav
This commit is contained in:
parent
405d3baf50
commit
298247b145
|
@ -27,7 +27,7 @@ info = dict(
|
||||||
'compressed': 1
|
'compressed': 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
data_files = [("resources", ["resources/buzzer.wav", "resources/icon.ico",]), ("", ["resources/syncplayClientForceConfiguration.bat",])],
|
data_files = [("resources", ["resources/icon.ico",]), ("", ["resources/syncplayClientForceConfiguration.bat",])],
|
||||||
zipfile = "lib/libsync",
|
zipfile = "lib/libsync",
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue