Compare commits

..

1 Commits

Author SHA1 Message Date
oguzhankoral 568cb879d3 Add sqlite3 for ruby 3.2 2024-04-22 11:56:22 +03:00
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
[submodule "_sqlite3"]
path = _sqlite3
url = https://github.com/specklesystems/sketchup-sqlite3.git
url = git@github.com:specklesystems/sketchup-sqlite3.git
Binary file not shown.
+1 -2
View File
@@ -81,9 +81,8 @@ module SpeckleConnector
dialog.set_can_close do
true
end
# File.exist?(@htm_file) ? dialog.set_file(@htm_file) : dialog.set_url('http://localhost:8081')
File.exist?(@htm_file) ? dialog.set_file(@htm_file) : dialog.set_url('http://localhost:8081')
# dialog.set_url('http://localhost:8081') # uncomment this line if you want to use your local version of ui
dialog.set_url('https://development--speckle-sketchup-dui2.netlify.app/')
add_exec_callback(dialog)
dialog
end