mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-07 21:44:36 +08:00
Remove unused variable
This commit is contained in:
parent
0880a19683
commit
c3866d71b9
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Section "Install"
|
|||
WriteRegStr HKCR ".<%= ext %>" "" "<%= app_name %>.<%= type[:name] %>"
|
||||
<% end %>
|
||||
WriteRegStr HKCR "<%= app_name %>.<%= type[:name] %>" "" "<%= type[:name] %>"
|
||||
<%= if path = type[:icon_path] || @app_options[:icon_path] do %>
|
||||
<%= if type[:icon_path] || @app_options[:icon_path] do %>
|
||||
File "<%= type[:name] %>Icon.ico"
|
||||
WriteRegStr HKCR "<%= app_name %>.<%= type[:name] %>\DefaultIcon" "" "$INSTDIR\<%= type[:name] %>Icon.ico"
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Reference in a new issue