Skip to content

Commit 73482a3

Browse files
author
Borja Fernández Gauna
committed
# 184 Fix in SimionZooBundler that adds the linux executable
1 parent b5bd868 commit 73482a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installers/SimionZooBundler/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public static void Main(string [] args)
8383
AddFile(ref files, inBaseRelPath + @"bin/RLSimion.exe");
8484
AddFile(ref files, inBaseRelPath + @"bin/RLSimion-x64.exe");
8585
}
86-
if (includeWindowsFiles)
86+
if (includeLinuxFiles)
8787
AddFile(ref files, inBaseRelPath + @"bin/RLSimion-linux-x64.exe");
8888
//FAST
8989
if (includeWindowsFiles)

0 commit comments

Comments
 (0)