Skip to content

Commit

Permalink
Merge pull request #128 from weaponsforge/dev
Browse files Browse the repository at this point in the history
v3.0.8
  • Loading branch information
weaponsforge authored Jul 8, 2023
2 parents 153ea53 + 88e31a7 commit a572807
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,9 @@ https://sites.google.com/view/gsites-embed-app/full-page

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.

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

@weaponsforge<br>
20230326
7 changes: 7 additions & 0 deletions client/features/filecards/constants/mimetypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,12 @@
"EXT": ".zip",
"LABEL": "ZIP archive (.zip)",
"CODE": "ARCHIVE_ZIP"
},
{
"id": 22,
"MIME_TYPE": "application/x-zip-compressed",
"EXT": ".zip",
"LABEL": "ZIP archive compressed (.zip)",
"CODE": "ARCHIVE_ZIP_COMPRESSED"
}
]

0 comments on commit a572807

Please sign in to comment.