raven/multimedia/yaamp/yaamp-build-fixes.patch

33 lines
1.1 KiB
Diff
Raw Normal View History

2024-02-21 13:47:54 +06:00
--- yaamp-0.0.1/package.json 2023-10-22 18:12:32.000000000 +0600
+++ yaamp-0.0.1/package.json.linux 2023-11-20 12:06:56.489617767 +0600
@@ -7,8 +7,8 @@
"main": false
},
"scripts": {
- "copy": "xcopy bundled dist /e /Y && xcopy res dist /e /Y",
- "clean": "rmdir /s /q node_modules && del /f yarn.lock && yarn cache clean && yarn install",
+ "copy": "cp -rf bundled dist && cp -rf res dist",
+ "clean": "rm -rf node_modules && rm -f yarn.lock && yarn cache clean && yarn install",
"build": "yarn run copy && yarn build:src",
"build:src": "npx parcel build --public-url ./ ./src/index.html",
"watch": "npx parcel watch --public-url ./ --hmr-hostname 127.0.0.1 --hmr-port 54439 ./src/index.html",
@@ -23,7 +23,7 @@
},
"homepage": "https://yaamp.ru",
"repository": "https://github.com/umnik1/yaamp",
- "author": "Maksim Chingin",
+ "author": "Maksim Chingin <someone@example.com>",
"license": "MIT",
"dependencies": {
"axios": "^1.5.1",
@@ -84,8 +83,7 @@
},
"linux": {
"target": [
- "AppImage",
- "deb"
+ "default"
],
"category": "AudioVideo"
},