Skip to content

Commit a572807

Browse files
authored
Merge pull request #128 from weaponsforge/dev
v3.0.8
2 parents 153ea53 + 88e31a7 commit a572807

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,9 @@ https://sites.google.com/view/gsites-embed-app/full-page
9797

9898
2. Follow the instructions in the README files inside the **/client** and **/server** directories for more information on configuring and using the client and server apps.
9999

100+
3. Create an account after setting up the **/server** `.env` using the instructions in it's README file.<br>
101+
- Navigate to the /server directory from the commandline and run:<br>
102+
`npm run user:create [email protected] --password=anypasasword --displayname="Game Tester" --emailverified=true`
103+
100104
@weaponsforge<br>
101105
20230326

client/features/filecards/constants/mimetypes.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,12 @@
152152
"EXT": ".zip",
153153
"LABEL": "ZIP archive (.zip)",
154154
"CODE": "ARCHIVE_ZIP"
155+
},
156+
{
157+
"id": 22,
158+
"MIME_TYPE": "application/x-zip-compressed",
159+
"EXT": ".zip",
160+
"LABEL": "ZIP archive compressed (.zip)",
161+
"CODE": "ARCHIVE_ZIP_COMPRESSED"
155162
}
156163
]

0 commit comments

Comments
 (0)