sillsdev / SpeechAnalyzer

SIL Speech Analyzer is a Windows program for acoustic analysis of speech sounds.
https://software.sil.org/speech-analyzer/
7 stars 3 forks source link

Ensure Inno Installer creation references NuGet dependencies #12

Closed megahirt closed 3 years ago

megahirt commented 3 years ago

We need to ensure that the Inno Installer creation process will include the xerces-c NuGet dependency. See https://github.com/sillsdev/SpeechAnalyzer/pull/11#issuecomment-856537785

darcywong00 commented 3 years ago

Adding a note. When we get to updating /Install/SpeechAnalyzer.iss, we can update

#define myAppURL to "https://software.sil.org/speech-analyzer/"

darcywong00 commented 3 years ago

Fixed by #21