Skip to content

Commit 649c545

Browse files
committed
Prepare for release
1 parent 47de440 commit 649c545

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,5 @@ lib/
105105
/Units/Forms/*.lrj
106106
bin/
107107
lib/
108-
build-scripts
108+
build-scripts
109+
/releases

MicroCoinWallet.lpi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
<Version Value="11"/>
199199
<PathDelim Value="\"/>
200200
<Target>
201-
<Filename Value="bin\$(TargetCPU)\$(TargetOS)\$(BuildMode)\MicroCoinWallet"/>
201+
<Filename Value="bin\$(TargetCPU)-$(TargetOS)-$(BuildMode)\MicroCoinWallet"/>
202202
</Target>
203203
<SearchPaths>
204204
<IncludeFiles Value="$(ProjOutDir)"/>
@@ -499,7 +499,7 @@
499499
<Version Value="11"/>
500500
<PathDelim Value="\"/>
501501
<Target>
502-
<Filename Value="bin\$(TargetCPU)\$(TargetOS)\$(BuildMode)\MicroCoinWallet"/>
502+
<Filename Value="bin\$(TargetCPU)-$(TargetOS)-$(BuildMode)\MicroCoinWallet"/>
503503
</Target>
504504
<SearchPaths>
505505
<IncludeFiles Value="$(ProjOutDir)"/>

MicroCoinWallet.res

236 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)