mirror of
				https://github.com/smartfrigde/armcord.git
				synced 2024-08-14 23:56:58 +00:00 
			
		
		
		
	Fix Windows build script
This commit is contained in:
		
							parent
							
								
									636bd8264c
								
							
						
					
					
						commit
						80cbc82d09
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/dev.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/dev.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -97,10 +97,10 @@ jobs:
 | 
				
			||||||
                  cache: "pnpm"
 | 
					                  cache: "pnpm"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            - name: Install Node dependencies
 | 
					            - name: Install Node dependencies
 | 
				
			||||||
              run: pnpm install
 | 
					              run: pnpm install -g cargo-cp-artifact && pnpm install
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            - name: Install Electron-Builder
 | 
					            - name: Install Electron-Builder
 | 
				
			||||||
              run: pnpm install -g cargo-cp-artifact && pnpm install
 | 
					              run: pnpm install -g electron-builder
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            - name: Replace the version number
 | 
					            - name: Replace the version number
 | 
				
			||||||
              run: (Get-Content src/utils.ts) -replace "\d\.\d\.\d", "DEV" | Out-File src/utils.ts
 | 
					              run: (Get-Content src/utils.ts) -replace "\d\.\d\.\d", "DEV" | Out-File src/utils.ts
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue