Skip to content

Commit

Permalink
Use different registry keys for 32 bit and 64 bit versions
Browse files Browse the repository at this point in the history
This registry information is actually not used for anything in RubyInstaller itself.

Fixes #242
  • Loading branch information
larskanis committed Nov 26, 2022
1 parent 4525354 commit e3be7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/installer-inno/rubyinstaller.iss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#define InstallerHomepage "http://rubyinstaller.org"

#define CurrentYear GetDateTimeString('yyyy', '', '')
#define PackageBaseId "MRI"
#define PackageBaseId <%=q package.packagenamearch %>

#define MsysDir <%=q( with_msys ? package.msysdir : '' )%>
<% if package.rubyver2 < '3.0' %>
Expand Down

0 comments on commit e3be7ae

Please sign in to comment.