Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
packages
parrot
software-center-team
parrot-software-center
Commits
e79c8b1b
Verified
Commit
e79c8b1b
authored
Jul 21, 2020
by
hotwater
Browse files
make default window smaller, bump version
parent
723adc71
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/main.dev.ts
View file @
e79c8b1b
...
...
@@ -49,8 +49,8 @@ const createWindow = async () => {
mainWindow
=
new
BrowserWindow
({
show
:
false
,
minWidth
:
1024
,
minHeight
:
728
,
minWidth
:
640
,
minHeight
:
820
,
webPreferences
:
(
process
.
env
.
NODE_ENV
===
'
development
'
||
process
.
env
.
E2E_BUILD
===
'
true
'
)
&&
process
.
env
.
ERB_SECURE
!==
'
true
'
...
...
app/package.json
View file @
e79c8b1b
{
"name"
:
"parrot-software-center"
,
"productName"
:
"parrot-software-center"
,
"version"
:
"0.1.
1
"
,
"version"
:
"0.1.
2
"
,
"description"
:
"Parrot Software Center application for ParrotOS"
,
"main"
:
"./main.prod.js"
,
"author"
:
{
...
...
package.json
View file @
e79c8b1b
{
"name"
:
"parrot-software-center"
,
"productName"
:
"PSC"
,
"version"
:
"0.1.
1
"
,
"version"
:
"0.1.
2
"
,
"description"
:
"Parrot Software Center application for ParrotOS"
,
"scripts"
:
{
"build"
:
"concurrently
\"
yarn build-main
\"
\"
yarn build-renderer
\"
"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment