Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pethical committed Jun 28, 2018
1 parent 47de440 commit 649c545
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,5 @@ lib/
/Units/Forms/*.lrj
bin/
lib/
build-scripts
build-scripts
/releases
4 changes: 2 additions & 2 deletions MicroCoinWallet.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<Version Value="11"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="bin\$(TargetCPU)\$(TargetOS)\$(BuildMode)\MicroCoinWallet"/>
<Filename Value="bin\$(TargetCPU)-$(TargetOS)-$(BuildMode)\MicroCoinWallet"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
Expand Down Expand Up @@ -499,7 +499,7 @@
<Version Value="11"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="bin\$(TargetCPU)\$(TargetOS)\$(BuildMode)\MicroCoinWallet"/>
<Filename Value="bin\$(TargetCPU)-$(TargetOS)-$(BuildMode)\MicroCoinWallet"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
Expand Down
Binary file modified MicroCoinWallet.res
Binary file not shown.

0 comments on commit 649c545

Please sign in to comment.