diff --git a/scripts/wk/cfg/sources.py b/scripts/wk/cfg/sources.py index c726a4e1..92100d3c 100644 --- a/scripts/wk/cfg/sources.py +++ b/scripts/wk/cfg/sources.py @@ -63,7 +63,7 @@ SOURCES = { 'XMPlay 7z': 'https://support.xmplay.com/files/16/xmp-7z.zip?v=800962', 'XMPlay Game': 'https://support.xmplay.com/files/12/xmp-gme.zip?v=515637', 'XMPlay RAR': 'https://support.xmplay.com/files/16/xmp-rar.zip?v=409646', - 'XMPlay Innocuous': 'https://support.xmplay.com/files/10/Innocuous%20(v1.4).zip?v=594785', + 'XMPlay Innocuous': 'https://support.xmplay.com/files/10/Innocuous%20(v1.5).zip?v=155959', } diff --git a/scripts/wk/kit/build_win.py b/scripts/wk/kit/build_win.py index d6206357..595efeac 100644 --- a/scripts/wk/kit/build_win.py +++ b/scripts/wk/kit/build_win.py @@ -391,7 +391,7 @@ def download_xmplay(): args = [archive, BIN_DIR.joinpath('XMPlay/plugins')] if archive.name == 'Innocuous.zip': args.append( - 'Innocuous (v1.4)/Innocuous (Hue Shifted)/' + 'Innocuous (v1.5)/Innocuous (Hue Shifted)/' 'Innocuous (Dark Skies - Purple-80) [L1].xmpskin' ) extract_archive(*args, mode='e')