From 66274f1d23731dd1bed657431ddbbf74a1014b8c Mon Sep 17 00:00:00 2001 From: Conor Walker <39270500+conor-walker@users.noreply.github.com> Date: Tue, 25 Jan 2022 23:21:21 +0000 Subject: [PATCH] test \\ to / --- src/pydle.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pydle.spec b/src/pydle.spec index aa399da..b040ca0 100644 --- a/src/pydle.spec +++ b/src/pydle.spec @@ -7,7 +7,7 @@ block_cipher = None a = Analysis(['pydle.py'], pathex=[], binaries=[], - datas=[('resource\\words.txt', '.')], + datas=[('resource/words.txt', '.')], hiddenimports=[], hookspath=[], runtime_hooks=[],