Skip to content

Commit

Permalink
Add extra infdev check
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed May 12, 2024
1 parent d9099b4 commit 7336b93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@
print('---> Reading Cleanroom version')
installer_name = Util.findFileName(installer_pattern[0], installer_pattern[1])
cleanroom_version = installer_name.split('-')[1] + '-' + installer_name.split('-')[2]
if cleanroom_version.startswith('0.1'):
IS_MAIN = True
print('Cleanroom version: ' + cleanroom_version)

# Create libraries folder and copy required
Expand Down

0 comments on commit 7336b93

Please sign in to comment.