mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-05 02:34:07 +02:00
Add README instructions to fix broken MSBuild task
This commit is contained in:
parent
1375630727
commit
b56f90ed52
@ -44,6 +44,11 @@ If you decide to publicly release a custom version, please make it clear that it
|
||||
- Some files are checked for invalid characters:
|
||||
- `Resources/Plugins/emoji-keyboard/emoji-ordering.txt` line endings must be LF (line feed); any CR (carriage return) in the file will cause a failed build, and you will need to ensure correct line endings in your text editor
|
||||
|
||||
#### Error: The "EmbedAllSources" parameter is not supported by the "Csc" task
|
||||
1. Open `C:\Program Files (x86)\Visual Studio\2017\<edition>\MSBuild\15.0\Bin\Microsoft.CSharp.CurrentVersion.targets` in a text editor
|
||||
2. Remove line that says `EmbedAllSources="$(EmbedAllSources)"`
|
||||
3. Hope the next Visual Studio update fixes it...
|
||||
|
||||
### Installers
|
||||
|
||||
TweetDuck uses **Inno Setup** for installers and updates. First, download and install [InnoSetup QuickStart Pack](http://www.jrsoftware.org/isdl.php) (non-unicode; editor and encryption support not required) and the [Inno Download Plugin](https://code.google.com/archive/p/inno-download-plugin).
|
||||
|
Loading…
Reference in New Issue
Block a user