Skip to content

Commit

Permalink
Finish AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
marcussacana committed Jul 5, 2018
1 parent 1de4436 commit c2e2666
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SRLTracer/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ public Main() {
}

private void button1_Click(object sender, EventArgs e) {
TBInput.Text = SRLUnity.Wrapper.Process(TBInput.Text);
#if !AppVeyor
TBInput.Text = SRLUnity.Wrapper.Process(TBInput.Text);
#endif
}


Expand Down

0 comments on commit c2e2666

Please sign in to comment.