mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-07-28 04:08:05 +00:00
public/manifest: use variables for program name
This requires a craco hack due to https://github.com/facebook/create-react-app/issues/7953
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"short_name": "Pybricks Code",
|
||||
"name": "Pybricks Code",
|
||||
"short_name": "%REACT_APP_NAME%",
|
||||
"name": "%REACT_APP_NAME%",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
|
||||
Reference in New Issue
Block a user