Skip to content

Commit

Permalink
bump and attempt to make intel build work
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Jan 16, 2025
1 parent 037b940 commit c2cef73
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "outerbase-studio-desktop",
"private": true,
"version": "0.1.22",
"version": "0.1.23",
"type": "module",
"author": "Outerbase",
"description": "Outerbase Studio",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder",
"build:win": "npm run build && electron-builder --win --config",
"build:mac": "npm run build && electron-builder --mac --config",
"build:mac-libsql-intel": "tar -xvzf ./prebuild/libsql-darwin-x64-0.5.0-pre.5.tgz -C ./node_modules/@libsql/darwin-x64",
"build:mac": "build:mac-libsql-intel && npm run build && electron-builder --mac --config",
"build:linux": "npm run build && electron-builder --linux --config",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
Expand Down
Binary file added prebuild/libsql-darwin-x64-0.5.0-pre.5.tgz
Binary file not shown.
2 changes: 2 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ export default defineConfig({
external: [
"@libsql/client",
"@libsql/win32-x64-msvc",
"@libsql/darwin-arm64",
"@libsql/darwin-x64",
"electron-updater",
"dockerode",
"mysql2",
Expand Down

0 comments on commit c2cef73

Please sign in to comment.