We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5bd868 commit 73482a3Copy full SHA for 73482a3
installers/SimionZooBundler/Program.cs
@@ -83,7 +83,7 @@ public static void Main(string [] args)
83
AddFile(ref files, inBaseRelPath + @"bin/RLSimion.exe");
84
AddFile(ref files, inBaseRelPath + @"bin/RLSimion-x64.exe");
85
}
86
- if (includeWindowsFiles)
+ if (includeLinuxFiles)
87
AddFile(ref files, inBaseRelPath + @"bin/RLSimion-linux-x64.exe");
88
//FAST
89
if (includeWindowsFiles)
0 commit comments