Skip to content

Commit a752e0d

Browse files
committed
fix:
- Correção de instalação do wizard
1 parent 2766e0a commit a752e0d

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

pkg/Delphi/PascalRAL.dpk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ contains
7373
RALStorageJSON in '..\..\src\utils\RALStorageJSON.pas',
7474
RALStorageBIN in '..\..\src\utils\RALStorageBIN.pas',
7575
RALDBTypes in '..\..\src\base\RALDBTypes.pas',
76-
RALHashes in '..\..\src\utils\RALHashes.pas';
76+
RALHashes in '..\..\src\utils\RALHashes.pas',
77+
RALHexadecimal in '..\..\src\utils\RALHexadecimal.pas';
7778

7879
end.

pkg/Delphi/PascalRAL.dproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@
213213
<DCCReference Include="..\..\src\utils\RALStorageBIN.pas"/>
214214
<DCCReference Include="..\..\src\base\RALDBTypes.pas"/>
215215
<DCCReference Include="..\..\src\utils\RALHashes.pas"/>
216+
<DCCReference Include="..\..\src\utils\RALHexadecimal.pas"/>
216217
<BuildConfiguration Include="Base">
217218
<Key>Base</Key>
218219
</BuildConfiguration>
@@ -282,7 +283,7 @@
282283
</Platform>
283284
</DeployFile>
284285
<DeployFile LocalName="..\..\..\..\..\..\..\Public\Documents\Embarcadero\Studio\23.0\Bpl\PascalRAL.bpl" Configuration="Debug" Class="ProjectOutput"/>
285-
<DeployFile LocalName="..\..\..\..\..\..\..\Public\Documents\Embarcadero\Studio\23.0\Bpl\PascalRAL.bpl" Configuration="Debug" Class="ProjectOutput">
286+
<DeployFile LocalName="..\..\..\..\..\..\..\Public\Documents\Embarcadero\Studio\37.0\Bpl\PascalRAL.bpl" Configuration="Debug" Class="ProjectOutput">
286287
<Platform Name="Win32">
287288
<RemoteName>PascalRAL.bpl</RemoteName>
288289
<Overwrite>true</Overwrite>

0 commit comments

Comments
 (0)