mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			650 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			650 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 913f1a251bee06fc8e8380b9c5e5ac3ceadcb876 Mon Sep 17 00:00:00 2001
 | |
| From: Antoine Martin <dev@ayakael.net>
 | |
| Date: Fri, 12 Aug 2022 22:34:57 -0400
 | |
| Subject: [PATCH 1/1] disable-asar
 | |
| 
 | |
| ---
 | |
|  package.json | 3 +++
 | |
|  1 file changed, 3 insertions(+)
 | |
| 
 | |
| diff --git a/package.json b/package.json
 | |
| index 842bdda8..a82a1ec3 100644
 | |
| --- a/package.json
 | |
| +++ b/package.json
 | |
| @@ -18,6 +18,9 @@
 | |
|    "bugs": {
 | |
|      "url": "https://github.com/FreeTubeApp/FreeTube/issues"
 | |
|    },
 | |
| +  "build": {
 | |
| +    "asar" : false
 | |
| +  },
 | |
|    "scripts": {
 | |
|      "build": "run-s rebuild:electron pack build-release",
 | |
|      "build:arm64": "run-s rebuild:electron pack build-release:arm64",
 | |
| -- 
 | |
| 2.36.2
 | |
| 
 |