| 
									
										
										
										
											2023-11-08 21:27:48 +02:00
										 |  |  | module.exports = { | 
					
						
							|  |  |  |   packagerConfig: { | 
					
						
							|  |  |  |     asar: true, | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   rebuildConfig: {}, | 
					
						
							|  |  |  |   makers: [ | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |       name: '@electron-forge/maker-squirrel', | 
					
						
							| 
									
										
										
										
											2023-11-08 22:10:22 +02:00
										 |  |  |       config: { | 
					
						
							| 
									
										
										
										
											2023-11-08 22:40:38 +02:00
										 |  |  |         setupIcon: "./images/app-icons/win/icon.ico", | 
					
						
							| 
									
										
										
										
											2023-11-08 23:08:38 +02:00
										 |  |  |         icon: "./images/app-icons/win/icon.ico", | 
					
						
							|  |  |  |         loadingGif: "./images/app-icons/win/setup-banner.gif" | 
					
						
							| 
									
										
										
										
											2023-11-08 22:10:22 +02:00
										 |  |  |       }, | 
					
						
							| 
									
										
										
										
											2023-11-08 21:27:48 +02:00
										 |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |       name: '@electron-forge/maker-zip', | 
					
						
							|  |  |  |       platforms: ['darwin'], | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |       name: '@electron-forge/maker-deb', | 
					
						
							|  |  |  |       config: {}, | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |       name: '@electron-forge/maker-rpm', | 
					
						
							|  |  |  |       config: {}, | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |   ], | 
					
						
							|  |  |  |   plugins: [ | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |       name: '@electron-forge/plugin-auto-unpack-natives', | 
					
						
							|  |  |  |       config: {}, | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |   ], | 
					
						
							|  |  |  | }; |