Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesdegottex committed Aug 7, 2018
1 parent 153247b commit 7491cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/package_windows_appveyor.ps1
Expand Up @@ -30,7 +30,7 @@ Copy-Item c:\projects\$env:APPVEYOR_PROJECT_SLUG\release\dfasma.exe ${PACKAGENAM
# Add libraries
Copy-Item c:\projects\$env:APPVEYOR_PROJECT_SLUG\lib\libfft\libfftw3-3.dll ${PACKAGENAME}
Copy-Item c:\projects\$env:APPVEYOR_PROJECT_SLUG\lib\libsndfile\bin\libsndfile-1.dll ${PACKAGENAME}
#Copy-Item c:\projects\$env:APPVEYOR_PROJECT_SLUG\external\sdif\easdif\bin\Easdif.dll ${PACKAGENAME} # Remove as long as Easdif doesn't compile on windows anymore
Copy-Item c:\projects\$env:APPVEYOR_PROJECT_SLUG\external\sdif\easdif\bin\Easdif.dll ${PACKAGENAME} # Remove as long as Easdif doesn't compile on windows anymore

# Add the Qt related libs, qt translations and installer of MSVC redist.
cd $PACKAGENAME
Expand Down

0 comments on commit 7491cde

Please sign in to comment.