Skip to content

Commit b7fc8bc

Browse files
authored
fix node modules install location
1 parent 393a4fb commit b7fc8bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pyinstaller.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
ICON: '"./assets/icon.png"'
2020
WINDOWS_ICON_INCLUDE: '"./assets/icon.png;./assets"'
2121
WINDOWS_DATA_DIR_INCLUDE: '"./cs2tracker/data;./data"'
22-
WINDOWS_NODE_MODULES_INCLUDE: '"./node_modules;./node_modules"'
22+
WINDOWS_NODE_MODULES_INCLUDE: '"./node_modules;./data/node_modules"'
2323
LINUX_ICON_INCLUDE: '"./assets/icon.png:./assets"'
2424
LINUX_DATA_DIR_INCLUDE: '"./cs2tracker/data:./data"'
25-
LINUX_NODE_MODULES_INCLUDE: '"./node_modules:./node_modules"'
25+
LINUX_NODE_MODULES_INCLUDE: '"./node_modules:./data/node_modules"'
2626

2727
steps:
2828
- name: Checkout code

0 commit comments

Comments
 (0)