Skip to content

Commit

Permalink
msi-strategy: add strategies for 1.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebeatrici committed Feb 10, 2021
1 parent e590ac8 commit da6c376
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 0 deletions.
70 changes: 70 additions & 0 deletions msi-strategy/1.3.4-winx64-portable.strategy
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# This file defines the '1.3.4-winx64-portable' MSI code signing strategy for Mumble.
# It describes how to sign Mumble 1.3.4 when using the win64-static
# build environment to build 'portable ZIP' builds of Mumble.

# Main
mumble.exe
mumble_app.dll
mumble_ol.dll
mumble_ol_helper.exe
mumble_ol_x64.dll
mumble_ol_helper_x64.exe

# Codecs
celt0.0.11.0.dll
celt0.0.7.0.dll
opus.dll
rnnoise.dll
speex.dll

# Plugins
plugins/aoc.dll
plugins/arma2.dll
plugins/bf1.dll
plugins/bf1942.dll
plugins/bf2.dll
plugins/bf2142.dll
plugins/bf3.dll
plugins/bfbc2.dll
plugins/bfheroes.dll
plugins/bf4.dll
plugins/bf4_x86.dll
plugins/blacklight.dll
plugins/borderlands.dll
plugins/borderlands2.dll
plugins/breach.dll
plugins/cod2.dll
plugins/cod4.dll
plugins/cod5.dll
plugins/codmw2.dll
plugins/codmw2so.dll
plugins/cs.dll
plugins/css.dll
plugins/dods.dll
plugins/dys.dll
plugins/ffxiv.dll
plugins/ffxiv_x64.dll
plugins/etqw.dll
plugins/gmod.dll
plugins/gtaiv.dll
plugins/gtav.dll
plugins/gw.dll
plugins/hl2dm.dll
plugins/insurgency.dll
plugins/jc2.dll
plugins/l4d.dll
plugins/l4d2.dll
plugins/link.dll
plugins/lol.dll
plugins/lotro.dll
plugins/ql.dll
plugins/rl.dll
plugins/sr.dll
plugins/sto.dll
plugins/tf2.dll
plugins/ut2004.dll
plugins/ut3.dll
plugins/ut99.dll
plugins/wolfet.dll
plugins/wow.dll
plugins/wow_x64.dll
72 changes: 72 additions & 0 deletions msi-strategy/1.3.4-winx64.strategy
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
# This file defines the '1.3.4-winx64' MSI code signing strategy for Mumble.
# It describes how to sign Mumble 1.3.4 when using the win64-static
# build environment.

# Main
mumble.exe
mumble_app.dll
mumble_g15_helper.exe # was: mumble-g15-helper.exe
mumble_ol.dll
mumble_ol_helper.exe
mumble_ol_x64.dll
mumble_ol_helper_x64.exe
murmur.exe

# Codecs
celt0.0.11.0.dll
celt0.0.7.0.dll
opus.dll
rnnoise.dll
speex.dll

# Plugins
aoc.dll
arma2.dll
bf1.dll
bf1942.dll
bf2.dll
bf2142.dll
bf3.dll
bfbc2.dll
bfheroes.dll
bf4.dll
bf4_x86.dll
blacklight.dll
borderlands.dll
borderlands2.dll
breach.dll
cod2.dll
cod4.dll
cod5.dll
codmw2.dll
codmw2so.dll
cs.dll
css.dll
dods.dll
dys.dll
ffxiv.dll
ffxiv_x64.dll
etqw.dll
gmod.dll
gtaiv.dll
gtav.dll
gw.dll
hl2dm.dll
insurgency.dll
jc2.dll
l4d.dll
l4d2.dll
link.dll
lol.dll
lotro.dll
ql.dll
rl.dll
sr.dll
sto.dll
tf2.dll
ut2004.dll
ut3.dll
ut99.dll
wolfet.dll
wow.dll
wow_x64.dll
70 changes: 70 additions & 0 deletions msi-strategy/1.3.4.strategy
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# This file defines the '1.3.4' MSI code signing strategy for Mumble.
# It describes how to sign Mumble 1.3.4 when using the win32-static
# build environment.

# Main
mumble.exe
mumble_app.dll
mumble_g15_helper.exe # was: mumble-g15-helper.exe
mumble_ol.dll
mumble_ol_helper.exe
mumble_ol_x64.dll
mumble_ol_helper_x64.exe
murmur.exe

# Codecs
celt0.0.11.0.dll
celt0.0.11.0.sse2.dll
celt0.0.7.0.dll
celt0.0.7.0.sse2.dll
opus.dll
opus.sse2.dll
rnnoise.dll
speex.dll

# Plugins
aoc.dll
arma2.dll
bf1942.dll
bf2.dll
bf2142.dll
bf3.dll
bfbc2.dll
bfheroes.dll
bf4_x86.dll
blacklight.dll
borderlands.dll
borderlands2.dll
breach.dll
cod2.dll
cod4.dll
cod5.dll
codmw2.dll
codmw2so.dll
cs.dll
css.dll
dods.dll
dys.dll
etqw.dll
ffxiv.dll
gmod.dll
gtaiv.dll
gw.dll
hl2dm.dll
insurgency.dll
jc2.dll
l4d.dll
l4d2.dll
link.dll
lol.dll
lotro.dll
ql.dll
rl.dll
sr.dll
sto.dll
tf2.dll
ut2004.dll
ut3.dll
ut99.dll
wolfet.dll
wow.dll

0 comments on commit da6c376

Please sign in to comment.