mirror of
https://github.com/litruv/AudioSort.git
synced 2026-07-24 02:36:01 +10:00
- Updated package.json to include the UCS.csv file under the 'data' directory instead of the root.
- Modified MainApp.ts to resolve the path for UCS.csv from the 'data' directory. - Deleted the unused test.wav file to clean up the repository.
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
"productName": "AudioSort",
|
||||
"files": [
|
||||
"dist/**/*",
|
||||
"UCS.csv"
|
||||
"data/**/*"
|
||||
],
|
||||
"directories": {
|
||||
"output": "release"
|
||||
@@ -63,8 +63,8 @@
|
||||
},
|
||||
"extraResources": [
|
||||
{
|
||||
"from": "UCS.csv",
|
||||
"to": "UCS.csv"
|
||||
"from": "data/UCS.csv",
|
||||
"to": "data/UCS.csv"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user