Skip to content

Commit 88ff478

Browse files
committed
fix: versioning script no longer needs to version electron
1 parent f8872cf commit 88ff478

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

version.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ update_android_version() {
4040
}
4141

4242
# Start script execution
43-
cd electron
44-
npm version $1 --no-git-tag-version || error "Failed to update Electron version"
45-
cd ../
46-
echo "Updated Electron version to $1"
47-
4843
update_ios_version $1
4944
update_android_version $1
5045

0 commit comments

Comments
 (0)