Commit 4c39ed8
committed
Fix: NSIS script and DLL copy locations
1. NSIS: Reverted to \\*.* pattern (copy from build/)
2. Workflow: DLLs copy to build/ (after cd build), not workspace
3. Both changes ensure DLLs end up in BUILD_DIR where NSIS picks them up
This should fix 'DLLs not found' when running installed pollymc.exe1 parent 145dbab commit 4c39ed8
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
| 104 | + | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments