You've already forked focalboard
							
							
				mirror of
				https://github.com/mattermost/focalboard.git
				synced 2025-10-31 00:17:42 +02:00 
			
		
		
		
	windows octoserver.exe path
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @@ -119,8 +119,8 @@ mac-app: server-mac webapp | ||||
|  | ||||
| win-app: server-win webapp | ||||
| 	cd win; make build | ||||
| 	mkdir -p win/temp/bin | ||||
| 	cp -R bin/win/octoserver.exe win/temp/bin | ||||
| 	mkdir -p win/temp | ||||
| 	cp -R bin/win/octoserver.exe win/temp | ||||
| 	cp -R app-config.json win/temp/config.json | ||||
| 	cp -R webapp/pack win/temp/pack | ||||
| 	mkdir -p win/dist | ||||
|   | ||||
| @@ -11,8 +11,8 @@ import ( | ||||
| ) | ||||
|  | ||||
| func runOctoTasks(ctx context.Context) *exec.Cmd { | ||||
| 	// cmd := exec.CommandContext(ctx, "bin/octoserver.exe", "--monitorpid", strconv.FormatInt(int64(os.Getpid()), 10)) | ||||
| 	cmd := exec.CommandContext(ctx, "bin/octoserver.exe", "--single-user") | ||||
| 	// cmd := exec.CommandContext(ctx, "octoserver.exe", "--monitorpid", strconv.FormatInt(int64(os.Getpid()), 10), "--single-user") | ||||
| 	cmd := exec.CommandContext(ctx, "octoserver.exe", "--single-user") | ||||
| 	// cmd := exec.CommandContext(ctx, "cmd.exe", "/C", "start", "./bin/octoserver.exe", "--monitorpid", strconv.FormatInt(int64(os.Getpid()), 10)) | ||||
| 	// cmd := exec.CommandContext(ctx, "cmd.exe", "/C", "start", "./bin/octoserver.exe") | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user