Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
actual-vt-capstone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danieljk
actual-vt-capstone
Commits
90f7a205
Commit
90f7a205
authored
2 years ago
by
Brendan Doherty
Browse files
Options
Downloads
Patches
Plain Diff
changes needed to build on windows
parent
a92e740c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/desktop-client/package.json
+2
-2
2 additions, 2 deletions
packages/desktop-client/package.json
packages/loot-core/bin/build-browser
+1
-0
1 addition, 0 deletions
packages/loot-core/bin/build-browser
with
3 additions
and
2 deletions
packages/desktop-client/package.json
+
2
−
2
View file @
90f7a205
...
@@ -85,10 +85,10 @@
...
@@ -85,10 +85,10 @@
},
},
"scripts"
:
{
"scripts"
:
{
"start"
:
"cross-env PORT=3001 node scripts/start.js"
,
"start"
:
"cross-env PORT=3001 node scripts/start.js"
,
"start:browser"
:
"./bin/watch-browser"
,
"start:browser"
:
"
cross-env
./bin/watch-browser"
,
"watch"
:
"cross-env PORT=3001 node scripts/start.js"
,
"watch"
:
"cross-env PORT=3001 node scripts/start.js"
,
"build"
:
"cross-env INLINE_RUNTIME_CHUNK=false node scripts/build.js"
,
"build"
:
"cross-env INLINE_RUNTIME_CHUNK=false node scripts/build.js"
,
"build:browser"
:
"./bin/build-browser"
"build:browser"
:
"
cross-env
./bin/build-browser"
},
},
"browserslist"
:
[
"browserslist"
:
[
"electron 3.0"
"electron 3.0"
...
...
This diff is collapsed.
Click to expand it.
packages/loot-core/bin/build-browser
+
1
−
0
View file @
90f7a205
...
@@ -22,6 +22,7 @@ if [ $NODE_ENV == 'development' ]; then
...
@@ -22,6 +22,7 @@ if [ $NODE_ENV == 'development' ]; then
# Make sure to do this before starting the build since watch mode
# Make sure to do this before starting the build since watch mode
# will block
# will block
WEBPACK_ARGS
=
"
$WEBPACK_ARGS
--watch"
WEBPACK_ARGS
=
"
$WEBPACK_ARGS
--watch"
export
MSYS
=
winsymlinks:nativestrict
ln
-snf
"
$ROOT
"
/../lib-dist/browser ../../desktop-client/public/kcab
ln
-snf
"
$ROOT
"
/../lib-dist/browser ../../desktop-client/public/kcab
fi
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment