Skip to content

Commit

Permalink
Update release script to include bubbles.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Jan 12, 2024
1 parent 1e5a44b commit 9b567d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_release.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if "%1" == "" goto :usage

set SEVENZ="c:\Program Files\7-Zip\7z.exe"

%SEVENZ% a clink-flex-prompt-%1.zip flexprompt.lua flexprompt_modules.lua flexprompt_wizard.lua
%SEVENZ% a clink-flex-prompt-%1.zip flexprompt.lua flexprompt_bubbles.lua flexprompt_modules.lua flexprompt_wizard.lua
goto :eof

:usage
Expand Down

0 comments on commit 9b567d3

Please sign in to comment.