Skip to content
This repository was archived by the owner on Jul 11, 2021. It is now read-only.

Commit d857f01

Browse files
committed
fix bug on build script, remove check of trial
1 parent 694b508 commit d857f01

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

release.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
suffix = "_v{}".format(version)
3333
if feature == pro:
3434
suffix += "_PRO"
35-
if feature == trial:
36-
suffix += "_TRIAL"
3735
if target == arm:
3836
suffix += "_ARMv7"
3937
if target == intel:

0 commit comments

Comments
 (0)