Skip to content

Commit

Permalink
Update release.py for the new project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
HactarCE committed Dec 22, 2023
1 parent 68a1822 commit 35db292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ def do_subcommand(name):

if do_subcommand('write'):
# Set package `version`.
sed_inplace('Cargo.toml',
sed_inplace('hyperspeedcube/Cargo.toml',
r'^version = "[^"\n]*"$',
f'version = "{version}"')

# Set Windows metadata `ProductVersion`.
sed_inplace('Cargo.toml',
sed_inplace('hyperspeedcube/Cargo.toml',
r'^ProductVersion = "[^"]*"$',
f'ProductVersion = "{version}"')

Expand Down

0 comments on commit 35db292

Please sign in to comment.